aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkSurfaceProps.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-11-21 08:46:37 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-21 08:46:38 -0800
commit4af267b11964d4a8acdb232ac46094c84d890e88 (patch)
treed2fe846e9bc530cd0090b74a4096851a7ed7b9ea /include/core/SkSurfaceProps.h
parent41d2c2e434d11e73f66c597913c29ea1fb3fa879 (diff)
add SkImage::newSurface
Diffstat (limited to 'include/core/SkSurfaceProps.h')
-rw-r--r--include/core/SkSurfaceProps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkSurfaceProps.h b/include/core/SkSurfaceProps.h
index 69a0e5248b..108359922f 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; }