| Index: include/core/SkCanvas.h
|
| diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
|
| index 50f15aaaaf95fc062876cfd4ec1942e0f38c5caf..b505f98ea737d3dd36188de7004ff039ab1fb92b 100644
|
| --- a/include/core/SkCanvas.h
|
| +++ b/include/core/SkCanvas.h
|
| @@ -398,11 +398,6 @@ public:
|
| */
|
| void restoreToCount(int saveCount);
|
|
|
| - /** Returns true if drawing is currently going to a layer (from saveLayer)
|
| - * rather than to the root device.
|
| - */
|
| - virtual bool isDrawingToLayer() const;
|
| -
|
| /** Preconcat the current matrix with the specified translation
|
| @param dx The distance to translate in X
|
| @param dy The distance to translate in Y
|
|
|