| Index: include/core/SkCanvas.h
|
| diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
|
| index 7dd018944198ed57c4464576b0e31143f562d249..aa7e433f12835bc5c2c45dfb6b9e17698e14c750 100644
|
| --- a/include/core/SkCanvas.h
|
| +++ b/include/core/SkCanvas.h
|
| @@ -1297,6 +1297,9 @@ protected:
|
| // default impl defers to its device
|
| virtual bool onPeekPixels(SkPixmap*);
|
| virtual bool onAccessTopLayerPixels(SkPixmap*);
|
| + virtual SkImageInfo onImageInfo() const;
|
| + virtual bool onGetProps(SkSurfaceProps*) const;
|
| + virtual void onFlush();
|
|
|
| // Subclass save/restore notifiers.
|
| // Overriders should call the corresponding INHERITED method up the inheritance chain.
|
|
|