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

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

Issue 1639363002: Move have_wheel_event_handlers to WebLayerTreeView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove blank line Created 4 years, 10 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/layer_unittest.cc ('k') | cc/proto/layer_tree_host.proto » ('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 "display_list_recording_source.proto"; 7 import "display_list_recording_source.proto";
8 import "layer_position_constraint.proto"; 8 import "layer_position_constraint.proto";
9 import "point3f.proto"; 9 import "point3f.proto";
10 import "pointf.proto"; 10 import "pointf.proto";
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 optional Vector2dF offset_to_transform_parent = 7; 81 optional Vector2dF offset_to_transform_parent = 7;
82 optional bool double_sided = 8; 82 optional bool double_sided = 8;
83 optional bool draws_content = 9; 83 optional bool draws_content = 9;
84 optional bool hide_layer_and_subtree = 10; 84 optional bool hide_layer_and_subtree = 10;
85 optional bool has_render_surface = 11; 85 optional bool has_render_surface = 11;
86 // TODO(nyquist): Add support for FilterOperation. See crbug.com/541321. 86 // TODO(nyquist): Add support for FilterOperation. See crbug.com/541321.
87 // repeated FilterOperation filters = 12; 87 // repeated FilterOperation filters = 12;
88 // repeated FilterOperation background_filters = 13; 88 // repeated FilterOperation background_filters = 13;
89 optional bool masks_to_bounds = 14; 89 optional bool masks_to_bounds = 14;
90 optional uint32 main_thread_scrolling_reasons = 15; 90 optional uint32 main_thread_scrolling_reasons = 15;
91 optional bool have_wheel_event_handlers = 16;
92 optional bool have_scroll_event_handlers = 17; 91 optional bool have_scroll_event_handlers = 17;
93 optional Region non_fast_scrollable_region = 18; 92 optional Region non_fast_scrollable_region = 18;
94 optional Region touch_event_handler_region = 19; 93 optional Region touch_event_handler_region = 19;
95 optional bool contents_opaque = 21; 94 optional bool contents_opaque = 21;
96 optional float opacity = 22; 95 optional float opacity = 22;
97 optional SkXfermode.Mode blend_mode = 23; 96 optional SkXfermode.Mode blend_mode = 23;
98 optional bool is_root_for_isolated_group = 24; 97 optional bool is_root_for_isolated_group = 24;
99 optional PointF position = 25; 98 optional PointF position = 25;
100 optional bool is_container_for_fixed_position_layers = 26; 99 optional bool is_container_for_fixed_position_layers = 26;
101 optional LayerPositionConstraint position_constraint = 27; 100 optional LayerPositionConstraint position_constraint = 27;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 133
135 message PictureLayerProperties { 134 message PictureLayerProperties {
136 optional DisplayListRecordingSource recording_source = 1; 135 optional DisplayListRecordingSource recording_source = 1;
137 optional Region invalidation = 2; 136 optional Region invalidation = 2;
138 optional Rect last_updated_visible_layer_rect = 3; 137 optional Rect last_updated_visible_layer_rect = 3;
139 optional bool is_mask = 4; 138 optional bool is_mask = 4;
140 optional bool nearest_neighbor = 5; 139 optional bool nearest_neighbor = 5;
141 140
142 optional int64 update_source_frame_number = 6; 141 optional int64 update_source_frame_number = 6;
143 } 142 }
OLDNEW
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | cc/proto/layer_tree_host.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698