Chromium Code Reviews

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

Issue 2675793005: Track constant InputDeviceCapabilities objects per-window. (Closed)
Patch Set: switch to testharness Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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