Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index ec14829ca85296d12d79d27a04073c6ee587c20e..cfe247cd5b1fbcea312c3f62183de56d6603c453 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -1289,6 +1289,9 @@ protected: |
// default impl defers to its device |
virtual bool onPeekPixels(SkPixmap*); |
virtual bool onAccessTopLayerPixels(SkPixmap*); |
+ virtual SkImageInfo onImageInfo() const; |
+ virtual bool onGetProps(SkSurfaceProps*) const; |
+ virtual void onFlush(); |
// Subclass save/restore notifiers. |
// Overriders should call the corresponding INHERITED method up the inheritance chain. |