Index: include/core/SkSurfaceProps.h |
diff --git a/include/core/SkSurfaceProps.h b/include/core/SkSurfaceProps.h |
index 69a0e5248b5ab6684679927e297f2f7da80a32d5..108359922feb6bce146074aa51d676fdcd4ce61b 100644 |
--- a/include/core/SkSurfaceProps.h |
+++ b/include/core/SkSurfaceProps.h |
@@ -62,6 +62,7 @@ public: |
}; |
SkSurfaceProps(InitType); |
SkSurfaceProps(uint32_t flags, InitType); |
+ SkSurfaceProps(const SkSurfaceProps& other); |
uint32_t flags() const { return fFlags; } |
SkPixelGeometry pixelGeometry() const { return fPixelGeometry; } |