Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: include/private/SkRecords.h

Issue 1533953002: change signature for virtual related to saveLayer, passing SaveLayerRec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/private/SkRecords.h
diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h
index ab9b8a089cc84476f2888dc9f6e0766ccb581b38..2ae724ceca5fe940f0cca030fdf1fac5ff20ce2f 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);
+ uint32_t saveLayerFlags);
f(malita) 2015/12/17 20:48:59 SkCanvas::SaveLayerFlags flags?
reed1 2015/12/17 20:53:00 Done.
RECORD(SetMatrix, 0,
TypedMatrix matrix);

Powered by Google App Engine
This is Rietveld 408576698