diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h index f74ebb7f56..eef9d9004a 100644 --- a/include/core/SkCanvas.h +++ b/include/core/SkCanvas.h @@ -1224,6 +1224,8 @@ protected: virtual void onDiscard(); virtual void onDrawPicture(const SkPicture* picture); + // temporary, until we can migrate existing overrides in chrome + virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) {} // Returns the canvas to be used by DrawIter. Default implementation // returns this. Subclasses that encapsulate an indirect canvas may