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

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

Issue 2188873002: cc: Add mask target size to the effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/layers/render_surface_impl.cc ('k') | cc/trees/effect_node.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 "element_id.proto"; 7 import "element_id.proto";
8 import "rectf.proto"; 8 import "rectf.proto";
9 import "scroll_offset.proto"; 9 import "scroll_offset.proto";
10 import "size.proto"; 10 import "size.proto";
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 optional int64 target_effect_id = 12; 80 optional int64 target_effect_id = 12;
81 optional bool applies_local_clip = 6; 81 optional bool applies_local_clip = 6;
82 optional bool layer_clipping_uses_only_local_clip = 7; 82 optional bool layer_clipping_uses_only_local_clip = 7;
83 optional bool target_is_clipped = 8; 83 optional bool target_is_clipped = 8;
84 optional bool layers_are_clipped = 9; 84 optional bool layers_are_clipped = 9;
85 optional bool layers_are_clipped_when_surfaces_disabled = 10; 85 optional bool layers_are_clipped_when_surfaces_disabled = 10;
86 optional bool resets_clip = 11; 86 optional bool resets_clip = 11;
87 } 87 }
88 88
89 // Proto for struct EffectNodeData. 89 // Proto for struct EffectNodeData.
90 // NEXT ID: 26 90 // NEXT ID: 27
91 message EffectNodeData { 91 message EffectNodeData {
92 optional float opacity = 1; 92 optional float opacity = 1;
93 optional float screen_space_opacity = 2; 93 optional float screen_space_opacity = 2;
94 optional SkXfermode.Mode blend_mode = 25; 94 optional SkXfermode.Mode blend_mode = 25;
95 optional Size unscaled_mask_target_size = 26;
95 optional bool has_render_surface = 3; 96 optional bool has_render_surface = 3;
96 optional bool has_copy_request = 4; 97 optional bool has_copy_request = 4;
97 optional bool hidden_by_backface_visibility = 14; 98 optional bool hidden_by_backface_visibility = 14;
98 optional bool double_sided = 13; 99 optional bool double_sided = 13;
99 optional bool is_drawn = 6; 100 optional bool is_drawn = 6;
100 optional bool subtree_hidden = 15; 101 optional bool subtree_hidden = 15;
101 optional bool has_potential_filter_animation = 21; 102 optional bool has_potential_filter_animation = 21;
102 optional bool has_potential_opacity_animation = 7; 103 optional bool has_potential_opacity_animation = 7;
103 optional bool is_currently_animating_filter = 22; 104 optional bool is_currently_animating_filter = 22;
104 optional bool is_currently_animating_opacity = 16; 105 optional bool is_currently_animating_opacity = 16;
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 optional int64 sequence_number = 6; 221 optional int64 sequence_number = 6;
221 optional bool is_main_thread = 13; 222 optional bool is_main_thread = 13;
222 optional bool is_active = 14; 223 optional bool is_active = 14;
223 optional bool verify_transform_tree_calculations = 16; 224 optional bool verify_transform_tree_calculations = 16;
224 225
225 optional Vector2dF inner_viewport_container_bounds_delta = 8; 226 optional Vector2dF inner_viewport_container_bounds_delta = 8;
226 optional Vector2dF outer_viewport_container_bounds_delta = 9; 227 optional Vector2dF outer_viewport_container_bounds_delta = 9;
227 optional Vector2dF inner_viewport_scroll_bounds_delta = 10; 228 optional Vector2dF inner_viewport_scroll_bounds_delta = 10;
228 repeated int64 always_use_active_tree_opacity_effect_ids = 15 [packed = true]; 229 repeated int64 always_use_active_tree_opacity_effect_ids = 15 [packed = true];
229 } 230 }
OLDNEW
« no previous file with comments | « cc/layers/render_surface_impl.cc ('k') | cc/trees/effect_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698