| Index: include/core/SkDraw.h
|
| diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h
|
| index ea8638a9105b505176559a8177e6780ed72e232d..e3cb1aca9ce3a407382e7d928267b12706232899 100644
|
| --- a/include/core/SkDraw.h
|
| +++ b/include/core/SkDraw.h
|
| @@ -139,8 +139,8 @@ 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;
|
| + /** Returns the current setting for using fake gamma and contrast. */
|
| + uint32_t SK_WARN_UNUSED_RESULT scalerContextFlags() const;
|
|
|
| public:
|
| SkPixmap fDst;
|
|
|