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

Unified Diff: cc/proto/layer.proto

Issue 1581693010: Add support for (de)serializing HeadsUpDisplayLayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix naming nit Created 4 years, 11 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_unittest.cc ('k') | cc/trees/layer_tree_host_unittest_serialization.cc » ('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 41b3f2d8086e319e7672214fa9500e90bb84cefd..bc1255daa52ee6b045e9f002624c6bf450d09d99 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -26,6 +26,7 @@ enum LayerType {
UNKNOWN = 0;
LAYER = 1;
PICTURE_LAYER = 2;
+ HEADS_UP_DISPLAY_LAYER = 3;
// TODO(nyquist): Add the rest of the necessary LayerTypes.
};
@@ -138,4 +139,4 @@ message PictureLayerProperties {
optional bool nearest_neighbor = 5;
optional int64 update_source_frame_number = 6;
-}
+}
« no previous file with comments | « cc/layers/layer_proto_converter_unittest.cc ('k') | cc/trees/layer_tree_host_unittest_serialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698