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

Unified Diff: Source/web/tests/JPEGImageDecoderTest.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/ImageLayerChromiumTest.cpp ('k') | Source/web/tests/MockImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/JPEGImageDecoderTest.cpp
diff --git a/Source/core/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp b/Source/web/tests/JPEGImageDecoderTest.cpp
similarity index 98%
rename from Source/core/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
rename to Source/web/tests/JPEGImageDecoderTest.cpp
index 076ac5d82a97da9df29d000ff0dde609c27aec83..8b47d86dcc69053330ca76af0e951d7ba40bc76a 100644
--- a/Source/core/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
+++ b/Source/web/tests/JPEGImageDecoderTest.cpp
@@ -28,9 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
+#include "../../config.h"
-#include "core/platform/image-decoders/jpeg/JPEGImageDecoder.h"
+#include "platform/image-decoders/jpeg/JPEGImageDecoder.h"
#include "platform/SharedBuffer.h"
#include "public/platform/Platform.h"
« no previous file with comments | « Source/web/tests/ImageLayerChromiumTest.cpp ('k') | Source/web/tests/MockImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698