aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-03-06 13:00:52 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-06 19:06:16 +0000
commite041e31926f88bf76d8d29eb77868bb8b3749044 (patch)
treec5c737db037eeff506e7e89e6d01b5372c4bdaad /include
parent5fa27116cd8051a5d78e1f49d2caab66b991a493 (diff)
remove canvas internal private
interfaces not called externally and aren't used internally R=robertphillips@google.com,reed@google.com Bug: skia:6455 Change-Id: Iee98ce4380a28a831d9bffe99932b54421dd339a Reviewed-on: https://skia-review.googlesource.com/112481 Commit-Queue: Cary Clark <caryclark@google.com> Reviewed-by: Mike Reed <reed@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include')
-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 793f4abd90..a9adc48722 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -2428,12 +2428,6 @@ public:
// don't call
virtual GrRenderTargetContext* internal_private_accessTopLayerRenderTargetContext();
- // don't call
- static void Internal_Private_SetIgnoreSaveLayerBounds(bool);
- static bool Internal_Private_GetIgnoreSaveLayerBounds();
- static void Internal_Private_SetTreatSpriteAsBitmap(bool);
- static bool Internal_Private_GetTreatSpriteAsBitmap();
-
// TEMP helpers until we switch virtual over to const& for src-rect
void legacy_drawImageRect(const SkImage* image, const SkRect* src, const SkRect& dst,
const SkPaint* paint,