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

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

Issue 2137113002: Create GestureManager class and move related logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the nits Created 4 years, 5 months 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
« no previous file with comments | « third_party/WebKit/Source/core/input/GestureManager.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/input/KeyboardEventManager.h
diff --git a/third_party/WebKit/Source/core/input/KeyboardEventManager.h b/third_party/WebKit/Source/core/input/KeyboardEventManager.h
index f83d1fb73a7b8fd9204bb696b402c0b252a1ae52..cc1700567a90858a51500238c9a341549b9b82cd 100644
--- a/third_party/WebKit/Source/core/input/KeyboardEventManager.h
+++ b/third_party/WebKit/Source/core/input/KeyboardEventManager.h
@@ -24,7 +24,7 @@ class CORE_EXPORT KeyboardEventManager {
WTF_MAKE_NONCOPYABLE(KeyboardEventManager);
DISALLOW_NEW();
public:
- explicit KeyboardEventManager(LocalFrame*, ScrollManager*);
+ KeyboardEventManager(LocalFrame*, ScrollManager*);
~KeyboardEventManager();
DECLARE_TRACE();
« no previous file with comments | « third_party/WebKit/Source/core/input/GestureManager.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698