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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
diff --git a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
index ee99317744b053fbe713fabee7df19e705f8b856..0b6c259c61961a007f904b0d52a208e347b48734 100644
--- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
@@ -43,7 +43,7 @@ namespace blink {
namespace {
-const char layoutTestResourcesDir[] = "LayoutTests/fast/images/resources";
+const char layoutTestResourcesDir[] = "LayoutTests/images/resources";
std::unique_ptr<ImageDecoder> createDecoder() {
return wrapUnique(new GIFImageDecoder(ImageDecoder::AlphaNotPremultiplied,

Powered by Google App Engine
This is Rietveld 408576698