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

Unified Diff: third_party/WebKit/Source/core/events/UIEventWithKeyState.h

Issue 2646163002: Remove PlatformTouchEvent/Point and use WebTouchEvent/Point instead (Closed)
Patch Set: Fix nit 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/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;
« no previous file with comments | « third_party/WebKit/Source/core/events/TouchEvent.cpp ('k') | third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698