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

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

Issue 1646603004: Move scroll event handlers from layer to layer tree view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_cc_listeners
Patch Set: Rebase 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/test/layer_tree_json_parser.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 "layer.proto"; 7 import "layer.proto";
8 import "layer_selection_bound.proto"; 8 import "layer_selection_bound.proto";
9 import "layer_tree_settings.proto"; 9 import "layer_tree_settings.proto";
10 import "layer_tree_debug_state.proto"; 10 import "layer_tree_debug_state.proto";
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 optional bool next_commit_forces_redraw = 25; 47 optional bool next_commit_forces_redraw = 25;
48 optional int32 overscroll_elasticity_layer_id = 26; 48 optional int32 overscroll_elasticity_layer_id = 26;
49 optional int32 page_scale_layer_id = 27; 49 optional int32 page_scale_layer_id = 27;
50 optional int32 inner_viewport_scroll_layer_id = 28; 50 optional int32 inner_viewport_scroll_layer_id = 28;
51 optional int32 outer_viewport_scroll_layer_id = 29; 51 optional int32 outer_viewport_scroll_layer_id = 29;
52 optional LayerSelection selection = 30; 52 optional LayerSelection selection = 30;
53 optional PropertyTrees property_trees = 31; 53 optional PropertyTrees property_trees = 31;
54 optional uint32 surface_id_namespace = 32; 54 optional uint32 surface_id_namespace = 32;
55 optional uint32 next_surface_sequence = 33; 55 optional uint32 next_surface_sequence = 33;
56 optional bool have_wheel_event_handlers = 34; 56 optional bool have_wheel_event_handlers = 34;
57 optional bool have_scroll_event_handlers = 35;
57 } 58 }
OLDNEW
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | cc/test/layer_tree_json_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698