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

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: git merge origin/master 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
Index: cc/proto/display_item.proto
diff --git a/cc/proto/display_item.proto b/cc/proto/display_item.proto
index 930c16664e1a6f051b46296c7233056d4bba5ac8..7fdaffcec8f56ff7860604dbfb8d237d37cf091a 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 {

Powered by Google App Engine
This is Rietveld 408576698