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

Unified Diff: third_party/WebKit/Source/platform/PlatformKeyboardEvent.h

Issue 2036643003: Creat a KeyboardEventManager class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move accessKeyModifiers to PlatformKeyboardEvent Created 4 years, 6 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/platform/PlatformKeyboardEvent.h
diff --git a/third_party/WebKit/Source/platform/PlatformKeyboardEvent.h b/third_party/WebKit/Source/platform/PlatformKeyboardEvent.h
index 0047caf552dd4f3f5c5c28cbd5dd0f0bf9b20d66..cad1e52861b1a37f14879a9f9cd1233cafe5c7d5 100644
--- a/third_party/WebKit/Source/platform/PlatformKeyboardEvent.h
+++ b/third_party/WebKit/Source/platform/PlatformKeyboardEvent.h
@@ -89,6 +89,7 @@ public:
PLATFORM_EXPORT static bool currentCapsLockState();
PLATFORM_EXPORT static Modifiers getCurrentModifierState();
+ PLATFORM_EXPORT static PlatformEvent::Modifiers accessKeyModifiers();
Rick Byers 2016/06/08 17:58:16 please add a comment describing what this means (i
Navid Zolghadr 2016/06/08 18:55:08 Done.
protected:
String m_text;

Powered by Google App Engine
This is Rietveld 408576698