| Index: third_party/WebKit/Source/core/events/UIEventWithKeyState.h
|
| diff --git a/third_party/WebKit/Source/core/events/UIEventWithKeyState.h b/third_party/WebKit/Source/core/events/UIEventWithKeyState.h
|
| index 43bde9feaeb5b3b52d0895c4d39c3ba9c4203cbd..8556c788325211a05c7c1260a81bca0bf5221082 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEventWithKeyState.h
|
| +++ b/third_party/WebKit/Source/core/events/UIEventWithKeyState.h
|
| @@ -28,6 +28,7 @@
|
| #include "core/events/EventModifierInit.h"
|
| #include "core/events/UIEvent.h"
|
| #include "platform/PlatformEvent.h"
|
| +#include "public/platform/WebInputEvent.h"
|
|
|
| namespace blink {
|
|
|
| @@ -56,6 +57,8 @@ class CORE_EXPORT UIEventWithKeyState : public UIEvent {
|
|
|
| static void setFromPlatformModifiers(EventModifierInit&,
|
| const PlatformEvent::Modifiers);
|
| + static void setFromWebInputEventModifiers(EventModifierInit&,
|
| + WebInputEvent::Modifiers);
|
|
|
| bool getModifierState(const String& keyIdentifier) const;
|
|
|
|
|