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

Unified Diff: cc/proto/layer.proto

Issue 2451913002: Add serialization/deserialization for FakePictureLayer for testing. (Closed)
Patch Set: Revert change from another CL, that I cl patch this one to that one. 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
« no previous file with comments | « cc/layers/layer_proto_converter.cc ('k') | cc/test/fake_picture_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
};
« no previous file with comments | « cc/layers/layer_proto_converter.cc ('k') | cc/test/fake_picture_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698