Index: include/core/SkDevice.h |
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
index 65ec56f902fb87ea9926957db6b099438f90ecba..cd13d5482e97d1e32f848d9993771601c7b8d674 100644 |
--- a/include/core/SkDevice.h |
+++ b/include/core/SkDevice.h |
@@ -252,6 +252,8 @@ protected: |
virtual void drawAtlas(const SkDraw&, const SkImage* atlas, const SkRSXform[], const SkRect[], |
const SkColor[], int count, SkXfermode::Mode, const SkPaint&); |
+ virtual void drawAnnotation(const SkDraw&, const SkRect&, const char[], SkData*) {} |
+ |
/** The SkDevice passed will be an SkDevice which was returned by a call to |
onCreateDevice on this device with kNeverTile_TileExpectation. |
*/ |