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

Unified Diff: content/browser/BUILD.gn

Issue 2336803003: Make SyntheticPointerAction to flush the pointer action sequence (Closed)
Patch Set: controller Created 4 years, 2 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 534bf7f3492d9234b6fd0a3ec846e47f4716172d..d15da1792cad086f7011c5400a9766631ce33526 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1000,6 +1000,8 @@ source_set("browser") {
"renderer_host/input/synthetic_pointer.h",
"renderer_host/input/synthetic_pointer_action.cc",
"renderer_host/input/synthetic_pointer_action.h",
+ "renderer_host/input/synthetic_pointer_action_controller.cc",
+ "renderer_host/input/synthetic_pointer_action_controller.h",
"renderer_host/input/synthetic_smooth_drag_gesture.cc",
"renderer_host/input/synthetic_smooth_drag_gesture.h",
"renderer_host/input/synthetic_smooth_move_gesture.cc",

Powered by Google App Engine
This is Rietveld 408576698