Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index db57eb070280549f28503e05c4d0923b814cbf21..9eb68319cb502db0b6e773c3daeb499aba29cc97 100644 |
--- a/src/core/SkRecorder.h |
+++ b/src/core/SkRecorder.h |
@@ -115,7 +115,7 @@ public: |
void drawData(const void*, size_t) SK_OVERRIDE; |
bool isDrawingToLayer() const SK_OVERRIDE; |
- SkSurface* onNewSurface(const SkImageInfo&) SK_OVERRIDE { return NULL; } |
+ SkSurface* onNewSurface(const SkImageInfo&, const SkSurfaceProps&) SK_OVERRIDE { return NULL; } |
private: |
template <typename T> |