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

Unified Diff: third_party/WebKit/Source/core/input/KeyboardEventManager.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/KeyboardEventManager.cpp
diff --git a/third_party/WebKit/Source/core/input/KeyboardEventManager.cpp b/third_party/WebKit/Source/core/input/KeyboardEventManager.cpp
index 23b7ffd72a3b42f76c687d2d60988c6c39beb3d4..98e767e07cd046b28f23476b69bacdd9900d4d65 100644
--- a/third_party/WebKit/Source/core/input/KeyboardEventManager.cpp
+++ b/third_party/WebKit/Source/core/input/KeyboardEventManager.cpp
@@ -123,8 +123,8 @@
} // namespace
-KeyboardEventManager::KeyboardEventManager(LocalFrame& frame,
- ScrollManager& scrollManager)
+KeyboardEventManager::KeyboardEventManager(LocalFrame* frame,
+ ScrollManager* scrollManager)
: m_frame(frame), m_scrollManager(scrollManager) {}
DEFINE_TRACE(KeyboardEventManager) {
« no previous file with comments | « third_party/WebKit/Source/core/input/KeyboardEventManager.h ('k') | third_party/WebKit/Source/core/input/MouseEventManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698