Index: include/core/SkDevice.h |
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
index c7c5c30b3a03fd19909db1d5ca2d861c9ffc278e..d9656802efcd2f832f560fccdae3de2920259709 100644 |
--- a/include/core/SkDevice.h |
+++ b/include/core/SkDevice.h |
@@ -354,6 +354,11 @@ protected: |
return NULL; |
} |
+ // Will replace onCreateCompatibleDevice |
+ virtual SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) { |
+ return NULL; |
+ } |
+ |
virtual void initForRootLayer(SkPixelGeometry geo); |
private: |