aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRemote.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-12-18 07:09:18 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-18 07:09:18 -0800
commit4960eeec4a1f2a772654883d7f3615d47bcd5dc3 (patch)
tree755f249521a7cef2b14dcce005c7a1b7ffb7525d /src/core/SkRemote.h
parentf97aa74fea0133378e64700e30a7c2962212fcb5 (diff)
change signature for virtual related to saveLayer, passing SaveLayerRec
Diffstat (limited to 'src/core/SkRemote.h')
-rw-r--r--src/core/SkRemote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkRemote.h b/src/core/SkRemote.h
index 924e63e220..a1b1405b21 100644
--- a/src/core/SkRemote.h
+++ b/src/core/SkRemote.h
@@ -91,7 +91,7 @@ namespace SkRemote {
virtual void save() = 0;
virtual void restore() = 0;
- virtual void saveLayer(ID bounds, CommonIDs, SkCanvas::SaveFlags) = 0;
+ virtual void saveLayer(ID bounds, CommonIDs, uint32_t saveLayerFlags) = 0;
virtual void setMatrix(ID matrix) = 0;