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

Unified Diff: src/core/SkPictureFlat.h

Issue 1837913003: Add support for serializing/deserializing of SkDrawable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add ability to specify custom flattenable factories on SkReadBuffer Created 4 years, 9 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 73103c69f00fc088a3ec01c852c9e793d343ec9d..b85ce141f3652e27fb4a79680674a62e3ffeed88 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