Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 836f7b1115797ee20e29cfe23702c986b09aa97b..8df29893ff9cf3574d28e86bc27a87409ce345c1 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -130,7 +130,7 @@ public: |
* origin of the base layer is always (0,0). The current drawable area may be |
* smaller (due to clipping or saveLayer). |
*/ |
- SkISize getBaseLayerSize() const; |
+ virtual SkISize getBaseLayerSize() const; |
/** |
* DEPRECATED: call getBaseLayerSize |