Index: include/core/SkDevice.h |
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
index 44b8791386ff8fde00cfe26cf0bd440bf9bd18ee..3d5d43b8dd193279d8e4654a3089b9cb6d3bf6de 100644 |
--- a/include/core/SkDevice.h |
+++ b/include/core/SkDevice.h |
@@ -159,6 +159,8 @@ protected: |
const SkPoint[], const SkPaint& paint) = 0; |
virtual void drawRect(const SkDraw&, const SkRect& r, |
const SkPaint& paint) = 0; |
+ virtual void drawRegion(const SkDraw&, const SkRegion& r, |
+ const SkPaint& paint); |
virtual void drawOval(const SkDraw&, const SkRect& oval, |
const SkPaint& paint) = 0; |
/** By the time this is called we know that abs(sweepAngle) is in the range [0, 360). */ |