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

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

Issue 2639273002: Give WebTouchEvent and WebKeyboardEvent their own headers (Closed)
Patch Set: Rebase Created 3 years, 11 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
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 cf71292ecb4e119b977f8f41ec30d7371fc93cb1..5e1b1ce5a3df79dd602b0ccd14df640488d6092d 100644
--- a/third_party/WebKit/Source/core/input/KeyboardEventManager.h
+++ b/third_party/WebKit/Source/core/input/KeyboardEventManager.h
@@ -19,6 +19,7 @@ namespace blink {
class KeyboardEvent;
class LocalFrame;
class ScrollManager;
+class WebKeyboardEvent;
enum class OverrideCapsLockState { Default, On, Off };

Powered by Google App Engine
This is Rietveld 408576698