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

Unified Diff: third_party/WebKit/Source/core/events/UIEvent.cpp

Issue 2675793005: Track constant InputDeviceCapabilities objects per-window. (Closed)
Patch Set: also test roundtripping within a Window context Created 3 years, 10 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/UIEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/UIEvent.cpp b/third_party/WebKit/Source/core/events/UIEvent.cpp
index af8ea4baace8026f6aa661b53fe977f91f403df5..178350dcd0cb6648df2bf8dad392d005c2a83dda 100644
--- a/third_party/WebKit/Source/core/events/UIEvent.cpp
+++ b/third_party/WebKit/Source/core/events/UIEvent.cpp
@@ -22,6 +22,8 @@
#include "core/events/UIEvent.h"
+#include "core/input/InputDeviceCapabilities.h"
+
namespace blink {
UIEvent::UIEvent() : m_detail(0), m_sourceCapabilities(nullptr) {}

Powered by Google App Engine
This is Rietveld 408576698