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

Unified Diff: ui/events/blink/BUILD.gn

Issue 2552853002: [Compositor event queue] Coalesce gesture scroll&pinch of the same sequence (Closed)
Patch Set: tdresser's review, remov the pointer version of ToWebGestureEvent() Created 4 years 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: ui/events/blink/BUILD.gn
diff --git a/ui/events/blink/BUILD.gn b/ui/events/blink/BUILD.gn
index 588f1f4321cb07af121707b94f47b1041e4d3220..94be7e87d8edb4c5d3fdde9d91c19154ca2dd4f8 100644
--- a/ui/events/blink/BUILD.gn
+++ b/ui/events/blink/BUILD.gn
@@ -37,6 +37,7 @@ source_set("blink") {
"//ui/events:dom_keycode_converter",
"//ui/events:events_base",
"//ui/events:gesture_detection",
+ "//ui/gfx:gfx",
sadrul 2016/12/14 01:00:21 just ui/gfx
"//ui/gfx/geometry",
]

Powered by Google App Engine
This is Rietveld 408576698