OLD | NEW |
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 "layer_sticky_position_constraint.proto"; | 8 import "layer_sticky_position_constraint.proto"; |
9 import "rectf.proto"; | 9 import "rectf.proto"; |
10 import "scroll_offset.proto"; | 10 import "scroll_offset.proto"; |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 optional PropertyTree clip_tree = 3; | 221 optional PropertyTree clip_tree = 3; |
222 optional PropertyTree scroll_tree = 7; | 222 optional PropertyTree scroll_tree = 7; |
223 | 223 |
224 optional bool needs_rebuild = 4; | 224 optional bool needs_rebuild = 4; |
225 optional bool non_root_surfaces_enabled = 5; | 225 optional bool non_root_surfaces_enabled = 5; |
226 optional bool changed = 11; | 226 optional bool changed = 11; |
227 optional bool full_tree_damaged = 12; | 227 optional bool full_tree_damaged = 12; |
228 optional int64 sequence_number = 6; | 228 optional int64 sequence_number = 6; |
229 optional bool is_main_thread = 13; | 229 optional bool is_main_thread = 13; |
230 optional bool is_active = 14; | 230 optional bool is_active = 14; |
231 optional bool verify_transform_tree_calculations = 16; | |
232 | 231 |
233 optional Vector2dF inner_viewport_container_bounds_delta = 8; | 232 optional Vector2dF inner_viewport_container_bounds_delta = 8; |
234 optional Vector2dF outer_viewport_container_bounds_delta = 9; | 233 optional Vector2dF outer_viewport_container_bounds_delta = 9; |
235 optional Vector2dF inner_viewport_scroll_bounds_delta = 10; | 234 optional Vector2dF inner_viewport_scroll_bounds_delta = 10; |
236 repeated int64 always_use_active_tree_opacity_effect_ids = 15 [packed = true]; | 235 repeated int64 always_use_active_tree_opacity_effect_ids = 15 [packed = true]; |
237 } | 236 } |
OLD | NEW |