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

Unified Diff: Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.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
« no previous file with comments | « Source/web/tests/MockWebGraphicsContext3D.h ('k') | Source/web/tests/ScrollAnimatorNoneTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp
diff --git a/Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp b/Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp
index 07c624a32baed1713e12b6ce4ea801d35cace755..f1a8949e9d1c40324c73f522ef56d62116f734d6 100644
--- a/Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp
+++ b/Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp
@@ -24,11 +24,11 @@
#include "config.h"
-#include "core/platform/graphics/OpaqueRectTrackingContentLayerDelegate.h"
+#include "platform/graphics/OpaqueRectTrackingContentLayerDelegate.h"
-#include "core/platform/graphics/GraphicsContext.h"
#include "platform/geometry/IntRect.h"
#include "platform/graphics/Color.h"
+#include "platform/graphics/GraphicsContext.h"
#include "skia/ext/platform_canvas.h"
#include "public/platform/WebFloatRect.h"
#include "public/platform/WebRect.h"
« no previous file with comments | « Source/web/tests/MockWebGraphicsContext3D.h ('k') | Source/web/tests/ScrollAnimatorNoneTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698