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

Unified Diff: Source/core/platform/image-decoders/ImageDecoder.h

Issue 13843039: Absolutify paths to platform/graphics/skia/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months 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/core/platform/image-decoders/ImageDecoder.h
diff --git a/Source/core/platform/image-decoders/ImageDecoder.h b/Source/core/platform/image-decoders/ImageDecoder.h
index a5dab7944f45c872daa5d0ea27132c8151e73dae..13f6f17813c2c4928611cb47b4c32df5605cd8f6 100644
--- a/Source/core/platform/image-decoders/ImageDecoder.h
+++ b/Source/core/platform/image-decoders/ImageDecoder.h
@@ -29,12 +29,12 @@
#ifndef ImageDecoder_h
#define ImageDecoder_h
-#include "NativeImageSkia.h"
#include "SkColorPriv.h"
#include "core/platform/PlatformScreen.h"
#include "core/platform/SharedBuffer.h"
#include "core/platform/graphics/ImageSource.h"
#include "core/platform/graphics/IntRect.h"
+#include "core/platform/graphics/skia/NativeImageSkia.h"
#include <wtf/Assertions.h>
#include <wtf/RefPtr.h>
#include <wtf/text/WTFString.h>

Powered by Google App Engine
This is Rietveld 408576698