diff options
author | Romain Guy <romainguy@google.com> | 2010-08-27 13:47:30 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2010-08-27 13:47:30 -0700 |
commit | fda149e38309f3ee38b172a9997cfee5dbccc32a (patch) | |
tree | aff7383a23d65666e295f2cfdd031232485afb3f /include | |
parent | 1e25636f5efa0890b3b7225962c27deb01246f34 (diff) | |
download | external_skia-fda149e38309f3ee38b172a9997cfee5dbccc32a.zip external_skia-fda149e38309f3ee38b172a9997cfee5dbccc32a.tar.gz external_skia-fda149e38309f3ee38b172a9997cfee5dbccc32a.tar.bz2 |
Ensure the OpenGL renderer is not given gamma corrected fonts.
Change-Id: Ie58f75c2bb2b09fc2e1e96ad94ad7c907d067bd4
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkPaint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index e835c53..dd2c2f4 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -845,7 +845,7 @@ private: void descriptorProc(const SkMatrix* deviceMatrix, void (*proc)(const SkDescriptor*, void*), - void* context) const; + void* context, bool ignoreGamma = false) const; const SkRect& computeStrokeFastBounds(const SkRect& orig, SkRect* storage) const; |