aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-01-20 17:11:11 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-21 03:22:28 +0000
commit288e471eda2c3648ed1c2dfe6212ad3e6b2451b3 (patch)
tree943335714e91f208e23478b584e4d2d103338450 /include
parent8ccbbb455c6ef194920c47e846b95b50f5017138 (diff)
clipstack is now private
BUG=skia: Change-Id: I91e601d59eb5d46de17c280898ca01fcfab89e5c NOTREECHECKS=True Reviewed-on: https://skia-review.googlesource.com/7362 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Mike Reed <reed@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/core/SkCanvas.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index c259477633..6b3d6aa719 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -1624,9 +1624,6 @@ private:
*/
bool canDrawBitmapAsSprite(SkScalar x, SkScalar y, int w, int h, const SkPaint&);
-#ifdef SK_SUPPORT_LEGACY_CANVAS_GETCLIPSTACK
-public:
-#endif
/** Return the clip stack. The clip stack stores all the individual
* clips organized by the save/restore frame in which they were
* added.
@@ -1635,7 +1632,6 @@ public:
const SkClipStack* getClipStack() const {
return fClipStack.get();
}
-private:
/**
* Keep track of the device clip bounds and if the matrix is scale-translate. This allows