Index: include/core/SkDraw.h |
diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h |
index b19b5933e9019337511f7d063f23ffbb38b0c5d9..ea8638a9105b505176559a8177e6780ed72e232d 100644 |
--- a/include/core/SkDraw.h |
+++ b/include/core/SkDraw.h |
@@ -139,6 +139,9 @@ private: |
bool SK_WARN_UNUSED_RESULT |
computeConservativeLocalClipBounds(SkRect* bounds) const; |
+ /** Returns the current setting for using fake gamma. */ |
+ SkPaint::FakeGamma SK_WARN_UNUSED_RESULT fakeGamma() const; |
+ |
public: |
SkPixmap fDst; |
const SkMatrix* fMatrix; // required |