Index: src/image/SkSurface_Base.h |
diff --git a/src/image/SkSurface_Base.h b/src/image/SkSurface_Base.h |
index e7fa57af0d2b3319f7dc326752904f523e4bb628..acbb2e0348674d171a7a6914a701934a46a57fe2 100644 |
--- a/src/image/SkSurface_Base.h |
+++ b/src/image/SkSurface_Base.h |
@@ -13,8 +13,10 @@ |
class SkSurface_Base : public SkSurface { |
public: |
- SkSurface_Base(int width, int height); |
- explicit SkSurface_Base(const SkImageInfo&); |
+ static Props MakeDefaultProps(); |
+ |
+ SkSurface_Base(int width, int height, const Props*); |
+ SkSurface_Base(const SkImageInfo&, const Props*); |
virtual ~SkSurface_Base(); |
/** |