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

Unified Diff: Source/web/tests/ScrollAnimatorNoneTest.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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/web/tests/ScrollAnimatorNoneTest.cpp
diff --git a/Source/web/tests/ScrollAnimatorNoneTest.cpp b/Source/web/tests/ScrollAnimatorNoneTest.cpp
index 0e44d5a57c8fd79edf0809d29728da32f0815e5f..791176b18d50b1f6704f1bf2a5c421a670fd397d 100644
--- a/Source/web/tests/ScrollAnimatorNoneTest.cpp
+++ b/Source/web/tests/ScrollAnimatorNoneTest.cpp
@@ -27,15 +27,15 @@
#include "config.h"
-#include "core/platform/ScrollAnimatorNone.h"
+#include "platform/scroll/ScrollAnimatorNone.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "platform/Logging.h"
-#include "core/platform/ScrollAnimator.h"
-#include "core/platform/ScrollableArea.h"
#include "platform/geometry/FloatPoint.h"
#include "platform/geometry/IntRect.h"
+#include "platform/scroll/ScrollAnimator.h"
+#include "platform/scroll/ScrollableArea.h"
using namespace std;
using namespace WebCore;
« no previous file with comments | « Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp ('k') | Source/web/tests/ScrollingCoordinatorChromiumTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698