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

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

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/PointerEventManager.h
diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.h b/third_party/WebKit/Source/core/input/PointerEventManager.h
index 8bd5b1423b7f3b8dc01728944494ca05e73a7fa8..4c3ead1c7d88fb110eea671c36816733e82b94bb 100644
--- a/third_party/WebKit/Source/core/input/PointerEventManager.h
+++ b/third_party/WebKit/Source/core/input/PointerEventManager.h
@@ -27,7 +27,7 @@ class CORE_EXPORT PointerEventManager
WTF_MAKE_NONCOPYABLE(PointerEventManager);
public:
- PointerEventManager(LocalFrame*, MouseEventManager*);
+ PointerEventManager(LocalFrame&, MouseEventManager&);
DECLARE_TRACE();
// Sends the mouse pointer events and the boundary events

Powered by Google App Engine
This is Rietveld 408576698