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

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

Issue 14471017: Absolutify paths to page/animation, page/scrolling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/Frame.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/FrameView.cpp
diff --git a/Source/core/page/FrameView.cpp b/Source/core/page/FrameView.cpp
index 79bf1944e1fbb4593564a56844e2ca2a4ef96780..b9f626bde727a180bcb79475019daa1a99b4415a 100644
--- a/Source/core/page/FrameView.cpp
+++ b/Source/core/page/FrameView.cpp
@@ -27,7 +27,6 @@
#include "config.h"
#include "FrameView.h"
-#include "AnimationController.h"
#include "BackForwardController.h"
#include "Chrome.h"
#include "ChromeClient.h"
@@ -47,7 +46,6 @@
#include "InspectorController.h"
#include "InspectorInstrumentation.h"
#include "OverflowEvent.h"
-#include "ScrollingCoordinator.h"
#include "Settings.h"
#include "StyleResolver.h"
#include "core/accessibility/AXObjectCache.h"
@@ -56,6 +54,8 @@
#include "core/loader/FrameLoaderClient.h"
#include "core/loader/TextResourceDecoder.h"
#include "core/loader/cache/CachedResourceLoader.h"
+#include "core/page/animation/AnimationController.h"
+#include "core/page/scrolling/ScrollingCoordinator.h"
#include "core/platform/ScrollAnimator.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/FontCache.h"
« no previous file with comments | « Source/core/page/Frame.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698