aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar junov <junov@chromium.org>2014-12-15 11:34:06 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-15 11:34:06 -0800
commit3fcc125c776c837aa858598ce385f5c6f8f01795 (patch)
treef8743cacfe50db57ac991c483d2ab324e6f7b6e2 /include/core
parent41c9cbe0cee64b28a392a92409f58cd33dc0fed1 (diff)
Remove SkCanvas::isDrawingToLayer
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkCanvas.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 50f15aaaaf..6477b307df 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
@@ -1250,7 +1245,6 @@ private:
const SkSurfaceProps fProps;
int fSaveCount; // value returned by getSaveCount()
- int fSaveLayerCount; // number of successful saveLayer calls
SkMetaData* fMetaData;