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

Unified Diff: Source/web/tests/BitmapImageTest.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/painting/ContinuousPainter.cpp ('k') | Source/web/tests/Canvas2DLayerBridgeTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/BitmapImageTest.cpp
diff --git a/Source/core/platform/graphics/BitmapImageTest.cpp b/Source/web/tests/BitmapImageTest.cpp
similarity index 99%
rename from Source/core/platform/graphics/BitmapImageTest.cpp
rename to Source/web/tests/BitmapImageTest.cpp
index 402554de5cc5a12fccaa187d45d99a4fbb0c16bd..ee9e474127f2d6e51daaeadcd6acc40583465c08 100644
--- a/Source/core/platform/graphics/BitmapImageTest.cpp
+++ b/Source/web/tests/BitmapImageTest.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "core/platform/graphics/BitmapImage.h"
+#include "platform/graphics/BitmapImage.h"
#include "platform/SharedBuffer.h"
#include "platform/graphics/ImageObserver.h"
« no previous file with comments | « Source/web/painting/ContinuousPainter.cpp ('k') | Source/web/tests/Canvas2DLayerBridgeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698