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

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

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.cpp
diff --git a/third_party/WebKit/Source/core/input/GestureManager.cpp b/third_party/WebKit/Source/core/input/GestureManager.cpp
index e3ee248d3de3f43ed00f84fbe3ad602c79ef69d5..530aa2361e6114eccbf1c958911a20146224372f 100644
--- a/third_party/WebKit/Source/core/input/GestureManager.cpp
+++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
@@ -19,11 +19,11 @@
namespace blink {
-GestureManager::GestureManager(LocalFrame* frame,
- ScrollManager* scrollManager,
- MouseEventManager* mouseEventManager,
- PointerEventManager* pointerEventManager,
- SelectionController* selectionController)
+GestureManager::GestureManager(LocalFrame& frame,
+ ScrollManager& scrollManager,
+ MouseEventManager& mouseEventManager,
+ PointerEventManager& pointerEventManager,
+ SelectionController& selectionController)
: m_frame(frame),
m_scrollManager(scrollManager),
m_mouseEventManager(mouseEventManager),
« no previous file with comments | « third_party/WebKit/Source/core/input/GestureManager.h ('k') | third_party/WebKit/Source/core/input/KeyboardEventManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698