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

Unified Diff: Source/core/page/Page.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/FrameView.cpp ('k') | Source/core/page/animation/AnimationBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.cpp
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
index 59f01538b805ad95c402d9f3f3c5de0285c722ec..3d431332efc06443f27c32317041cfad650e7ef2 100644
--- a/Source/core/page/Page.cpp
+++ b/Source/core/page/Page.cpp
@@ -21,7 +21,6 @@
#include "Page.h"
#include "AlternativeTextClient.h"
-#include "AnimationController.h"
#include "BackForwardController.h"
#include "Chrome.h"
#include "ChromeClient.h"
@@ -56,7 +55,6 @@
#include "PointerLockController.h"
#include "RuntimeEnabledFeatures.h"
#include "ScriptController.h"
-#include "ScrollingCoordinator.h"
#include "Settings.h"
#include "VisitedLinkState.h"
#include "VoidCallback.h"
@@ -67,6 +65,8 @@
#include "core/loader/FrameLoaderClient.h"
#include "core/loader/ProgressTracker.h"
#include "core/loader/TextResourceDecoder.h"
+#include "core/page/animation/AnimationController.h"
+#include "core/page/scrolling/ScrollingCoordinator.h"
#include "core/platform/FileSystem.h"
#include "core/platform/Logging.h"
#include "core/platform/SchemeRegistry.h"
« no previous file with comments | « Source/core/page/FrameView.cpp ('k') | Source/core/page/animation/AnimationBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698