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

Unified Diff: cc/proto/layer.proto

Issue 1912893002: cc : Stop pushing properties not used by LayerImpl to LayerImpl. (2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 ed41f3f5969a1b535696eb7914208d5202d7c17c..8804d6232de92febae6be89f13b7208c9c58987c 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -65,7 +65,7 @@ message LayerProperties {
optional PictureLayerProperties picture = 6;
}
-// NEXT ID: 54
+// NEXT ID: 55
message BaseLayerProperties {
optional Point3F transform_origin = 1;
optional uint32 background_color = 2;
@@ -81,6 +81,7 @@ message BaseLayerProperties {
optional bool hide_layer_and_subtree = 10;
optional bool has_render_surface = 11;
optional bool subtree_property_changed = 47;
+ optional bool layer_property_changed = 54;
// TODO(nyquist): Add support for FilterOperation. See crbug.com/541321.
// repeated FilterOperation filters = 12;
// repeated FilterOperation background_filters = 13;

Powered by Google App Engine
This is Rietveld 408576698