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

Unified Diff: Source/core/page/scrolling/ScrollingCoordinator.h

Issue 26306002: Move ScrollTypes.h from Source/core/platform to Source/platform/scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 2 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.h ('k') | Source/core/platform/PopupMenuClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/scrolling/ScrollingCoordinator.h
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
index b9133a7236454d22d0aedbdcc747c25f45985a2f..79b0d00aa073d49895a951af9479caf61639fa06 100644
--- a/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -27,9 +27,9 @@
#define ScrollingCoordinator_h
#include "core/platform/PlatformWheelEvent.h"
-#include "core/platform/ScrollTypes.h"
#include "core/rendering/RenderObject.h"
#include "platform/geometry/IntRect.h"
+#include "platform/scroll/ScrollTypes.h"
#include "wtf/text/WTFString.h"
namespace WebKit {
« no previous file with comments | « Source/core/page/Frame.h ('k') | Source/core/platform/PopupMenuClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698