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

Unified Diff: Source/core/page/EventHandler.h

Issue 1161783006: Populates sourceDevice attribute into TouchEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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: Source/core/page/EventHandler.h
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
index a2314445140e2e5224e4b092500258fd976636db..fb3d03373c0a89cf64cfd3fa4133a5c180aa818d 100644
--- a/Source/core/page/EventHandler.h
+++ b/Source/core/page/EventHandler.h
@@ -29,6 +29,7 @@
#include "core/CoreExport.h"
#include "core/editing/TextGranularity.h"
#include "core/events/TextEventInputType.h"
+#include "core/input/InputDevice.h"
#include "core/layout/HitTestRequest.h"
#include "core/style/ComputedStyleConstants.h"
#include "core/page/DragActions.h"

Powered by Google App Engine
This is Rietveld 408576698