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

Unified Diff: content/browser/BUILD.gn

Issue 2336803003: Make SyntheticPointerAction to flush the pointer action sequence (Closed)
Patch Set: controller Created 4 years, 3 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 1ea4d12e23ef2d7a0645402d28b588c4f2e9530e..40274c5d75464b8e7ce305953fdee290b42d0623 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1001,6 +1001,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