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

Unified Diff: Source/core/page/FocusController.cpp

Issue 15447002: Remove ~1750 superfluous includes from core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebase a few hours Created 7 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
« no previous file with comments | « Source/core/page/EventSource.cpp ('k') | Source/core/page/Location.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/FocusController.cpp
diff --git a/Source/core/page/FocusController.cpp b/Source/core/page/FocusController.cpp
index 34646379805c7ddc2a9b645210974c7789671471..d58867684a29d521863e1d461f91e001d06fe2dc 100644
--- a/Source/core/page/FocusController.cpp
+++ b/Source/core/page/FocusController.cpp
@@ -34,8 +34,6 @@
#include "core/dom/Element.h"
#include "core/dom/Event.h"
#include "core/dom/EventNames.h"
-#include "core/dom/ExceptionCode.h"
-#include "core/dom/KeyboardEvent.h"
#include "core/dom/NodeRenderingTraversal.h"
#include "core/dom/NodeTraversal.h"
#include "core/dom/Range.h"
@@ -55,11 +53,7 @@
#include "core/page/Page.h"
#include "core/page/Settings.h"
#include "core/page/SpatialNavigation.h"
-#include "core/platform/ScrollAnimator.h"
-#include "core/platform/Widget.h"
#include "core/rendering/HitTestResult.h"
-#include "core/rendering/RenderObject.h"
-#include "core/rendering/RenderWidget.h"
namespace WebCore {
« no previous file with comments | « Source/core/page/EventSource.cpp ('k') | Source/core/page/Location.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698