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

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

Issue 26679003: Move platform/graphics/chromium/* to platform/graphics/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix mac build Created 7 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: Source/core/platform/graphics/ImageDecodingStore.h
diff --git a/Source/core/platform/graphics/chromium/ImageDecodingStore.h b/Source/core/platform/graphics/ImageDecodingStore.h
similarity index 99%
rename from Source/core/platform/graphics/chromium/ImageDecodingStore.h
rename to Source/core/platform/graphics/ImageDecodingStore.h
index 862b5609d79caf00df2769a20e7ce9486ccb5e87..77c24858ed3372dfe400874cacc5bb115a632f88 100644
--- a/Source/core/platform/graphics/chromium/ImageDecodingStore.h
+++ b/Source/core/platform/graphics/ImageDecodingStore.h
@@ -28,7 +28,7 @@
#include "SkSize.h"
#include "SkTypes.h"
-#include "core/platform/graphics/chromium/DiscardablePixelRef.h"
+#include "core/platform/graphics/DiscardablePixelRef.h"
#include "core/platform/image-decoders/ImageDecoder.h"
#include "platform/graphics/ScaledImageFragment.h"
#include "platform/graphics/SkSizeHash.h"

Powered by Google App Engine
This is Rietveld 408576698