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

Unified Diff: src/core/SkPictureFlat.h

Issue 1913843002: Enable flattening of SkRecordedDrawable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Consider registering SkRecordedDrawable without the global registry Created 4 years, 8 months 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: src/core/SkPictureFlat.h
diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h
index cd750bffab2e5d890bfaa05a103472d75ec12b63..efd9af842d8a47dbaed50863656cb2a5cd72abce 100644
--- a/src/core/SkPictureFlat.h
+++ b/src/core/SkPictureFlat.h
@@ -31,6 +31,8 @@ enum DrawType {
DRAW_BITMAP_RECT,
DRAW_CLEAR,
DRAW_DATA,
+ DRAW_DRAWABLE,
+ DRAW_DRAWABLE_MATRIX,
DRAW_OVAL,
DRAW_PAINT,
DRAW_PATH,

Powered by Google App Engine
This is Rietveld 408576698