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

Side by Side Diff: cc/proto/property_tree.proto

Issue 2099743002: cc: Move background filters to the effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ' Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « cc/proto/layer.proto ('k') | cc/trees/damage_tracker.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 syntax = "proto2"; 5 syntax = "proto2";
6 6
7 import "rectf.proto"; 7 import "rectf.proto";
8 import "scroll_offset.proto"; 8 import "scroll_offset.proto";
9 import "size.proto"; 9 import "size.proto";
10 import "synced_property.proto"; 10 import "synced_property.proto";
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 optional bool resets_clip = 11; 88 optional bool resets_clip = 11;
89 } 89 }
90 90
91 // Proto for struct EffectNodeData. 91 // Proto for struct EffectNodeData.
92 // NEXT ID: 20 92 // NEXT ID: 20
93 message EffectNodeData { 93 message EffectNodeData {
94 optional float opacity = 1; 94 optional float opacity = 1;
95 optional float screen_space_opacity = 2; 95 optional float screen_space_opacity = 2;
96 optional bool has_render_surface = 3; 96 optional bool has_render_surface = 3;
97 optional bool has_copy_request = 4; 97 optional bool has_copy_request = 4;
98 optional bool has_background_filters = 5;
99 optional bool hidden_by_backface_visibility = 14; 98 optional bool hidden_by_backface_visibility = 14;
100 optional bool double_sided = 13; 99 optional bool double_sided = 13;
101 optional bool is_drawn = 6; 100 optional bool is_drawn = 6;
102 optional bool subtree_hidden = 15; 101 optional bool subtree_hidden = 15;
103 optional bool has_potential_opacity_animation = 7; 102 optional bool has_potential_opacity_animation = 7;
104 optional bool is_currently_animating_opacity = 16; 103 optional bool is_currently_animating_opacity = 16;
105 optional bool effect_changed = 11; 104 optional bool effect_changed = 11;
106 optional int64 num_copy_requests_in_subtree = 8; 105 optional int64 num_copy_requests_in_subtree = 8;
107 optional int64 transform_id = 9; 106 optional int64 transform_id = 9;
108 optional int64 clip_id = 10; 107 optional int64 clip_id = 10;
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 optional bool full_tree_damaged = 12; 214 optional bool full_tree_damaged = 12;
216 optional int64 sequence_number = 6; 215 optional int64 sequence_number = 6;
217 optional bool is_main_thread = 13; 216 optional bool is_main_thread = 13;
218 optional bool is_active = 14; 217 optional bool is_active = 14;
219 218
220 optional Vector2dF inner_viewport_container_bounds_delta = 8; 219 optional Vector2dF inner_viewport_container_bounds_delta = 8;
221 optional Vector2dF outer_viewport_container_bounds_delta = 9; 220 optional Vector2dF outer_viewport_container_bounds_delta = 9;
222 optional Vector2dF inner_viewport_scroll_bounds_delta = 10; 221 optional Vector2dF inner_viewport_scroll_bounds_delta = 10;
223 repeated int64 always_use_active_tree_opacity_effect_ids = 15 [packed = true]; 222 repeated int64 always_use_active_tree_opacity_effect_ids = 15 [packed = true];
224 } 223 }
OLDNEW
« no previous file with comments | « cc/proto/layer.proto ('k') | cc/trees/damage_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698