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/PointerEventManager.cpp

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/PointerEventManager.cpp
diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.cpp b/third_party/WebKit/Source/core/input/PointerEventManager.cpp
index 1350a67f4475495b42fdcf573962f09d05612928..de73cdadcf841a1cb3d8b65287ccf0058570dd7e 100644
--- a/third_party/WebKit/Source/core/input/PointerEventManager.cpp
+++ b/third_party/WebKit/Source/core/input/PointerEventManager.cpp
@@ -53,8 +53,8 @@
} // namespace
-PointerEventManager::PointerEventManager(LocalFrame& frame,
- MouseEventManager& mouseEventManager)
+PointerEventManager::PointerEventManager(LocalFrame* frame,
+ MouseEventManager* mouseEventManager)
: m_frame(frame),
m_touchEventManager(new TouchEventManager(frame)),
m_mouseEventManager(mouseEventManager) {
« no previous file with comments | « third_party/WebKit/Source/core/input/PointerEventManager.h ('k') | third_party/WebKit/Source/core/input/ScrollManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698