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

Unified Diff: Source/core/platform/graphics/chromium/ImageDecodingStore.h

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu 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/graphics/chromium/ImageDecodingStore.h
diff --git a/Source/core/platform/graphics/chromium/ImageDecodingStore.h b/Source/core/platform/graphics/chromium/ImageDecodingStore.h
index 0cb8c8e5220d102544e0473106627f6bc8b4d721..388454a386bda133784750011b2260ce81361acc 100644
--- a/Source/core/platform/graphics/chromium/ImageDecodingStore.h
+++ b/Source/core/platform/graphics/chromium/ImageDecodingStore.h
@@ -26,11 +26,11 @@
#ifndef ImageDecodingStore_h
#define ImageDecodingStore_h
-#include "DiscardablePixelRef.h"
-#include "ScaledImageFragment.h"
#include "SkSize.h"
-#include "SkSizeHash.h"
#include "SkTypes.h"
+#include "core/platform/graphics/chromium/DiscardablePixelRef.h"
+#include "core/platform/graphics/chromium/ScaledImageFragment.h"
+#include "core/platform/graphics/chromium/SkSizeHash.h"
#include "core/platform/image-decoders/ImageDecoder.h"
#include <wtf/DoublyLinkedList.h>

Powered by Google App Engine
This is Rietveld 408576698