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

Unified Diff: cc/proto/layer.proto

Issue 2451913002: Add serialization/deserialization for FakePictureLayer for testing. (Closed)
Patch Set: Some cleaning on FakePictureLayer. Created 4 years, 2 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/layer.proto
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index ede3d2a6acb3ab389149ac5578bece7ba1543dbf..dfb188de9736158fd4f9b6f5ca101970938c6f25 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -33,6 +33,9 @@ message LayerNode {
HEADS_UP_DISPLAY_LAYER = 3;
SOLID_COLOR_SCROLLBAR_LAYER = 4;
+ // Layer Types for testing only.
+ FAKE_PICTURE_LAYER = 5;
+
// TODO(nyquist): Add the rest of the necessary LayerTypes.
};

Powered by Google App Engine
This is Rietveld 408576698