aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkCanvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkCanvas.h')
-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