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

Unified Diff: content/browser/BUILD.gn

Issue 2715623002: Add a passthrough touch event queue. (Closed)
Patch Set: Rebase on throttling change Created 3 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 51ca75ffc4b850c20224a4a4e4da5f491bcd65a0..ec977ebd2a907673a3896fb876884b124d72d085 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1037,6 +1037,8 @@ source_set("browser") {
"renderer_host/input/mouse_wheel_event_queue.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",
+ "renderer_host/input/passthrough_touch_event_queue.h",
"renderer_host/input/render_widget_host_latency_tracker.cc",
"renderer_host/input/render_widget_host_latency_tracker.h",
"renderer_host/input/stylus_text_selector.cc",

Powered by Google App Engine
This is Rietveld 408576698