aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkSurfaceProps.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkSurfaceProps.h')
-rw-r--r--include/core/SkSurfaceProps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/core/SkSurfaceProps.h b/include/core/SkSurfaceProps.h
index 108359922f..9c90d3ef2a 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();