Index: include/core/SkDevice.h |
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
index aad5bf47376719dc2f46390e78227cffece95b6c..618431a2de6ac10ccbe1d54a67218c6a0da2cc0f 100644 |
--- a/include/core/SkDevice.h |
+++ b/include/core/SkDevice.h |
@@ -372,6 +372,8 @@ |
// TODO: move to SkBitmapDevice |
virtual void replaceBitmapBackendForRasterSurface(const SkBitmap&) {} |
+ virtual bool forceConservativeRasterClip() const { return false; } |
+ |
// just called by SkCanvas when built as a layer |
void setOrigin(int x, int y) { fOrigin.set(x, y); } |
// just called by SkCanvas for saveLayer |