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

Unified Diff: third_party/WebKit/Source/core/input/MouseEventManager.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/MouseEventManager.h
diff --git a/third_party/WebKit/Source/core/input/MouseEventManager.h b/third_party/WebKit/Source/core/input/MouseEventManager.h
index 26ea80897dcf212afc59a6bc754f63f757333996..d8976e51fa48a39afb2576a374344b72f9840f5e 100644
--- a/third_party/WebKit/Source/core/input/MouseEventManager.h
+++ b/third_party/WebKit/Source/core/input/MouseEventManager.h
@@ -38,7 +38,7 @@ class CORE_EXPORT MouseEventManager final
USING_GARBAGE_COLLECTED_MIXIN(MouseEventManager);
public:
- MouseEventManager(LocalFrame*, ScrollManager*);
+ MouseEventManager(LocalFrame&, ScrollManager&);
virtual ~MouseEventManager();
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698