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

Unified Diff: third_party/WebKit/Source/core/input/MouseEventManager.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/MouseEventManager.cpp
diff --git a/third_party/WebKit/Source/core/input/MouseEventManager.cpp b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
index d86dec95b56daadaac9f7398786902e9c082d303..f3c527c7ffea63a3e50409a05ff365b65b49e39c 100644
--- a/third_party/WebKit/Source/core/input/MouseEventManager.cpp
+++ b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
@@ -74,8 +74,8 @@ const double kTextDragDelay = 0.0;
enum class DragInitiator { Mouse, Touch };
-MouseEventManager::MouseEventManager(LocalFrame* frame,
- ScrollManager* scrollManager)
+MouseEventManager::MouseEventManager(LocalFrame& frame,
+ ScrollManager& scrollManager)
: m_frame(frame),
m_scrollManager(scrollManager),
m_fakeMouseMoveEventTimer(
« no previous file with comments | « third_party/WebKit/Source/core/input/MouseEventManager.h ('k') | third_party/WebKit/Source/core/input/PointerEventManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698