aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-12-22 16:12:38 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-22 16:12:38 -0800
commit0acf1b4b3645772d220c720313821bac389751b5 (patch)
tree80d0bf7eb9a71df24f3947659c29716f0693776b /include
parent8fc6c2d82c1f30ff82274334c01f0799def6a609 (diff)
add private flag for sprite-as-bitmap
Diffstat (limited to 'include')
-rw-r--r--include/core/SkCanvas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index c5494727fe..121239d4bf 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -1145,6 +1145,8 @@ public:
// 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();
protected:
// default impl defers to getDevice()->newSurface(info)