aboutsummaryrefslogtreecommitdiffstats
path: root/include/core
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2010-08-27 13:47:30 -0700
committerRomain Guy <romainguy@google.com>2010-08-27 13:47:30 -0700
commitfda149e38309f3ee38b172a9997cfee5dbccc32a (patch)
treeaff7383a23d65666e295f2cfdd031232485afb3f /include/core
parent1e25636f5efa0890b3b7225962c27deb01246f34 (diff)
downloadexternal_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/core')
-rw-r--r--include/core/SkPaint.h2
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;