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

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

Issue 2266223002: cc: Compute draw transforms dynamically. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase! Created 4 years, 2 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/output/bsp_tree_perftest.cc ('k') | cc/test/fake_layer_tree_host.cc » ('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 "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
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 }
OLDNEW
« no previous file with comments | « cc/output/bsp_tree_perftest.cc ('k') | cc/test/fake_layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698