| 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..028deacaa1ca297b203a69f97bac2e5d3e4c4b49 100644
|
| --- a/third_party/WebKit/Source/platform/PlatformKeyboardEvent.h
|
| +++ b/third_party/WebKit/Source/platform/PlatformKeyboardEvent.h
|
| @@ -90,6 +90,10 @@ public:
|
| PLATFORM_EXPORT static bool currentCapsLockState();
|
| PLATFORM_EXPORT static Modifiers getCurrentModifierState();
|
|
|
| + // Returns accesskey activator used in page keyboard shortcuts in Chrome.
|
| + // See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey.
|
| + PLATFORM_EXPORT static PlatformEvent::Modifiers accessKeyModifiers();
|
| +
|
| protected:
|
| String m_text;
|
| String m_unmodifiedText;
|
|
|