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

Unified Diff: cc/proto/property_tree.proto

Issue 1884613005: cc : Simplify layer skipping logic (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
« no previous file with comments | « no previous file | cc/trees/draw_property_utils.h » ('j') | cc/trees/layer_tree_host_common_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/property_tree.proto
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index 292423361fb2d0f0b435209677c2405ca22cae84..ae6d573c8c895b93559033110fdbd258d172ab75 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -84,7 +84,7 @@ message ClipNodeData {
}
// Proto for struct EffectNodeData.
-// NEXT ID: 17
+// NEXT ID: 18
message EffectNodeData {
optional float opacity = 1;
optional float screen_space_opacity = 2;
@@ -95,7 +95,8 @@ message EffectNodeData {
optional bool to_screen_opacity_is_animated = 14;
optional bool hidden_by_backface_visibility = 15;
optional bool double_sided = 16;
- optional bool is_drawn = 6;
+ optional bool is_drawn_on_active = 6;
+ optional bool is_drawn_on_main_and_pending = 17;
optional bool has_animated_opacity = 7;
optional bool effect_changed = 11;
optional int64 num_copy_requests_in_subtree = 8;
« no previous file with comments | « no previous file | cc/trees/draw_property_utils.h » ('j') | cc/trees/layer_tree_host_common_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698