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

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

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/platform/graphics/ImageBuffer.cpp ('k') | Source/platform/graphics/ImageDecodingStore.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ImageDecodingStore.h
diff --git a/Source/core/platform/graphics/ImageDecodingStore.h b/Source/platform/graphics/ImageDecodingStore.h
similarity index 98%
rename from Source/core/platform/graphics/ImageDecodingStore.h
rename to Source/platform/graphics/ImageDecodingStore.h
index 77c24858ed3372dfe400874cacc5bb115a632f88..9f54d04f2b8cd336ccc11d6cba54a6af1043116f 100644
--- a/Source/core/platform/graphics/ImageDecodingStore.h
+++ b/Source/platform/graphics/ImageDecodingStore.h
@@ -28,10 +28,11 @@
#include "SkSize.h"
#include "SkTypes.h"
-#include "core/platform/graphics/DiscardablePixelRef.h"
-#include "core/platform/image-decoders/ImageDecoder.h"
+#include "platform/PlatformExport.h"
+#include "platform/graphics/DiscardablePixelRef.h"
#include "platform/graphics/ScaledImageFragment.h"
-#include "platform/graphics/SkSizeHash.h"
+#include "platform/graphics/skia/SkSizeHash.h"
+#include "platform/image-decoders/ImageDecoder.h"
#include "wtf/DoublyLinkedList.h"
#include "wtf/HashSet.h"
@@ -82,7 +83,7 @@ class SharedBuffer;
//
// All public methods can be used on any thread.
-class ImageDecodingStore {
+class PLATFORM_EXPORT ImageDecodingStore {
public:
static PassOwnPtr<ImageDecodingStore> create() { return adoptPtr(new ImageDecodingStore); }
~ImageDecodingStore();
« no previous file with comments | « Source/platform/graphics/ImageBuffer.cpp ('k') | Source/platform/graphics/ImageDecodingStore.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698