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

Unified 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: Fix tests Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: cc/proto/layer.proto
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index 4c8ba3197a9c4dbf7b670fd453a2fe3957659f87..7061467252568bb23a71df6703b3e328010febd9 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -86,7 +86,6 @@ message BaseLayerProperties {
// repeated FilterOperation background_filters = 13;
optional bool masks_to_bounds = 14;
optional uint32 main_thread_scrolling_reasons = 15;
- optional bool have_wheel_event_handlers = 16;
optional bool have_scroll_event_handlers = 17;
optional Region non_fast_scrollable_region = 18;
optional Region touch_event_handler_region = 19;

Powered by Google App Engine
This is Rietveld 408576698