Index: src/image/SkSurface_Base.h |
diff --git a/src/image/SkSurface_Base.h b/src/image/SkSurface_Base.h |
index 7164c884e08344fdd081955c6486772c777a0764..0ad28d6e25600bc0043e00500f54903922316af6 100644 |
--- a/src/image/SkSurface_Base.h |
+++ b/src/image/SkSurface_Base.h |
@@ -75,6 +75,8 @@ public: |
*/ |
virtual void onRestoreBackingMutability() {} |
+ virtual bool onBlitWithGamma(SkImage*, SkScalar gamma) { return false; } |
+ |
/** |
* Issue any pending surface IO to the current backend 3D API and resolve any surface MSAA. |
*/ |