| Index: include/core/SkSurfaceProps.h
|
| diff --git a/include/core/SkSurfaceProps.h b/include/core/SkSurfaceProps.h
|
| index 108359922feb6bce146074aa51d676fdcd4ce61b..9c90d3ef2a8e1693728add6954f7e69530e1ee9d 100644
|
| --- a/include/core/SkSurfaceProps.h
|
| +++ b/include/core/SkSurfaceProps.h
|
| @@ -71,6 +71,9 @@ public:
|
| bool isDisallowDither() const { return SkToBool(fFlags & kDisallowDither_Flag); }
|
| bool isUseDistanceFieldFonts() const { return SkToBool(fFlags & kUseDistanceFieldFonts_Flag); }
|
|
|
| + // TODO: remove this entry point
|
| + void setPixelGeometry_dont_use(SkPixelGeometry geo) { fPixelGeometry = geo; }
|
| +
|
| private:
|
| SkSurfaceProps();
|
|
|
|
|