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

Unified Diff: third_party/WebKit/Source/core/input/GestureManager.h

Issue 2514733003: Move EventHandler timers to per-frame task queues. (Closed)
Patch Set: Remove stray brace Created 4 years, 1 month 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: third_party/WebKit/Source/core/input/GestureManager.h
diff --git a/third_party/WebKit/Source/core/input/GestureManager.h b/third_party/WebKit/Source/core/input/GestureManager.h
index 4ac271962c810b9d71b7d465dc3e6fa356ed2a30..60ab57421ec8d861499de0d0f4bd17ca456bbf2c 100644
--- a/third_party/WebKit/Source/core/input/GestureManager.h
+++ b/third_party/WebKit/Source/core/input/GestureManager.h
@@ -26,11 +26,11 @@ class CORE_EXPORT GestureManager
WTF_MAKE_NONCOPYABLE(GestureManager);
public:
- GestureManager(LocalFrame*,
- ScrollManager*,
- MouseEventManager*,
- PointerEventManager*,
- SelectionController*);
+ GestureManager(LocalFrame&,
+ ScrollManager&,
+ MouseEventManager&,
+ PointerEventManager&,
+ SelectionController&);
DECLARE_TRACE();
void clear();
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.cpp ('k') | third_party/WebKit/Source/core/input/GestureManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698