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

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

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
Index: Source/core/page/scrolling/ScrollingCoordinator.h
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
index b0fe76abb04831bdffd3f22480d9276d05ae720c..b9133a7236454d22d0aedbdcc747c25f45985a2f 100644
--- a/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -28,8 +28,8 @@
#include "core/platform/PlatformWheelEvent.h"
#include "core/platform/ScrollTypes.h"
-#include "core/platform/graphics/IntRect.h"
#include "core/rendering/RenderObject.h"
+#include "platform/geometry/IntRect.h"
#include "wtf/text/WTFString.h"
namespace WebKit {
« no previous file with comments | « Source/core/page/scrolling/ScrollingConstraints.h ('k') | Source/core/page/scrolling/ScrollingCoordinator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698