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

Unified Diff: content/browser/BUILD.gn

Issue 2914393002: Adding phase info to wheel events migrated to wheel phase handler class. (Closed)
Patch Set: fixed mouse_wheel_phase_handler_path in rwhv_mac Created 3 years, 6 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
« no previous file with comments | « no previous file | content/browser/renderer_host/input/mouse_wheel_phase_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 9c97fcc615221042d8e4c49122c1fbf3942f1e05..214c398545271b27243f2fe646038e1ac4d3db76 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1118,6 +1118,8 @@ source_set("browser") {
"renderer_host/input/motion_event_web.h",
"renderer_host/input/mouse_wheel_event_queue.cc",
"renderer_host/input/mouse_wheel_event_queue.h",
+ "renderer_host/input/mouse_wheel_phase_handler.cc",
+ "renderer_host/input/mouse_wheel_phase_handler.h",
"renderer_host/input/mouse_wheel_rails_filter_mac.cc",
"renderer_host/input/mouse_wheel_rails_filter_mac.h",
"renderer_host/input/passthrough_touch_event_queue.cc",
« no previous file with comments | « no previous file | content/browser/renderer_host/input/mouse_wheel_phase_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698