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

Unified Diff: cc/proto/display_item.proto

Issue 1982893002: [blimp] Add SkPicture caching support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from vmpstr, including adding //cc/blimp Created 4 years, 6 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
« no previous file with comments | « cc/playback/transform_display_item.cc ('k') | cc/proto/image_serialization_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/display_item.proto
diff --git a/cc/proto/display_item.proto b/cc/proto/display_item.proto
index a8c803143f212b9229de2664bcf5c4b9a138442d..05cc060f8a0198e42629ef414db81eae99f9f648 100644
--- a/cc/proto/display_item.proto
+++ b/cc/proto/display_item.proto
@@ -74,8 +74,12 @@ message CompositingDisplayItem {
optional bool lcd_text_requires_opaque_layer = 5;
}
+message SkPictureID {
+ optional uint32 unique_id = 1;
+}
+
message DrawingDisplayItem {
- optional bytes picture = 1; /* SkPicture */
+ optional SkPictureID id = 1;
}
message FilterDisplayItem {
« no previous file with comments | « cc/playback/transform_display_item.cc ('k') | cc/proto/image_serialization_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698