| Index: include/utils/SkProxyCanvas.h
|
| diff --git a/include/utils/SkProxyCanvas.h b/include/utils/SkProxyCanvas.h
|
| index 09bf37578b950877db760b85685c0ca32f21db7c..32f103cd26e27b6a4b83269c80fd8c00f859f4fb 100644
|
| --- a/include/utils/SkProxyCanvas.h
|
| +++ b/include/utils/SkProxyCanvas.h
|
| @@ -55,6 +55,9 @@ public:
|
|
|
| virtual SkDrawFilter* setDrawFilter(SkDrawFilter* filter) SK_OVERRIDE;
|
|
|
| + // Transitional, to facilitate migrating subclasses to the new willSave API.
|
| + using SkCanvas::willSave;
|
| +
|
| protected:
|
| virtual void willSave(SaveFlags) SK_OVERRIDE;
|
| virtual SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SaveFlags) SK_OVERRIDE;
|
|
|