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

Unified Diff: Source/platform/image-decoders/webp/WEBPImageDecoder.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
Index: Source/platform/image-decoders/webp/WEBPImageDecoder.h
diff --git a/Source/core/platform/image-decoders/webp/WEBPImageDecoder.h b/Source/platform/image-decoders/webp/WEBPImageDecoder.h
similarity index 96%
rename from Source/core/platform/image-decoders/webp/WEBPImageDecoder.h
rename to Source/platform/image-decoders/webp/WEBPImageDecoder.h
index 2a165cd0329397f83ff0523fd2b615b03c119453..778768b3d0f8ca8dab723755bd41a93a1fa448c0 100644
--- a/Source/core/platform/image-decoders/webp/WEBPImageDecoder.h
+++ b/Source/platform/image-decoders/webp/WEBPImageDecoder.h
@@ -29,14 +29,14 @@
#ifndef WEBPImageDecoder_h
#define WEBPImageDecoder_h
-#include "core/platform/image-decoders/ImageDecoder.h"
+#include "platform/image-decoders/ImageDecoder.h"
#include "webp/decode.h"
#include "webp/demux.h"
namespace WebCore {
-class WEBPImageDecoder : public ImageDecoder {
+class PLATFORM_EXPORT WEBPImageDecoder : public ImageDecoder {
public:
WEBPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
virtual ~WEBPImageDecoder();
« no previous file with comments | « Source/platform/image-decoders/testing/bad-initial-code.gif ('k') | Source/platform/image-decoders/webp/WEBPImageDecoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698