diff options
author | reed <reed@google.com> | 2015-12-18 07:09:18 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-18 07:09:18 -0800 |
commit | 4960eeec4a1f2a772654883d7f3615d47bcd5dc3 (patch) | |
tree | 755f249521a7cef2b14dcce005c7a1b7ffb7525d /include/private | |
parent | f97aa74fea0133378e64700e30a7c2962212fcb5 (diff) |
change signature for virtual related to saveLayer, passing SaveLayerRec
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1533953002
NOTREECHECKS=True
Review URL: https://codereview.chromium.org/1533953002
Diffstat (limited to 'include/private')
-rw-r--r-- | include/private/SkRecords.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h index ab9b8a089c..a2e9030b23 100644 --- a/include/private/SkRecords.h +++ b/include/private/SkRecords.h @@ -197,7 +197,7 @@ RECORD(Save, 0); RECORD(SaveLayer, 0, Optional<SkRect> bounds; Optional<SkPaint> paint; - SkCanvas::SaveFlags flags); + SkCanvas::SaveLayerFlags saveLayerFlags); RECORD(SetMatrix, 0, TypedMatrix matrix); |