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

Unified Diff: Source/core/frame/DeviceSingleWindowEventController.cpp

Issue 341193009: Include Event.h in fewer header files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase + NullExecutionContext fix Created 6 years, 6 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
« no previous file with comments | « Source/core/editing/FrameSelection.cpp ('k') | Source/core/frame/EventHandlerRegistry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DeviceSingleWindowEventController.cpp
diff --git a/Source/core/frame/DeviceSingleWindowEventController.cpp b/Source/core/frame/DeviceSingleWindowEventController.cpp
index b0f6c30ce48400ca1a25c70cffa6cc72819e86e7..11a496faa9b4f625cad9dc68391b50c7b5f3f270 100644
--- a/Source/core/frame/DeviceSingleWindowEventController.cpp
+++ b/Source/core/frame/DeviceSingleWindowEventController.cpp
@@ -6,6 +6,7 @@
#include "core/frame/DeviceSingleWindowEventController.h"
#include "core/dom/Document.h"
+#include "core/events/Event.h"
#include "core/frame/LocalDOMWindow.h"
#include "core/page/Page.h"
« no previous file with comments | « Source/core/editing/FrameSelection.cpp ('k') | Source/core/frame/EventHandlerRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698