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

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

Issue 2541073004: ABANDONED CL: Revert of Move EventHandler timers to per-frame task queues. (Closed)
Patch Set: 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: 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 60ab57421ec8d861499de0d0f4bd17ca456bbf2c..4ac271962c810b9d71b7d465dc3e6fa356ed2a30 100644
--- a/third_party/WebKit/Source/core/input/GestureManager.h
+++ b/third_party/WebKit/Source/core/input/GestureManager.h
@@ -26,11 +26,11 @@
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