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

Unified Diff: Source/platform/graphics/ImageSource.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/ImageFrameGenerator.cpp ('k') | Source/platform/graphics/ImageSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ImageSource.h
diff --git a/Source/core/platform/graphics/ImageSource.h b/Source/platform/graphics/ImageSource.h
similarity index 98%
rename from Source/core/platform/graphics/ImageSource.h
rename to Source/platform/graphics/ImageSource.h
index c1baca60822d4b6943092d65efb924864f848440..bf84e295c0426ca1748050495d8280e50636f238 100644
--- a/Source/core/platform/graphics/ImageSource.h
+++ b/Source/platform/graphics/ImageSource.h
@@ -26,6 +26,7 @@
#ifndef ImageSource_h
#define ImageSource_h
+#include "platform/PlatformExport.h"
#include "platform/graphics/ImageOrientation.h"
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
@@ -59,7 +60,7 @@ const int cAnimationLoopOnce = 0;
const int cAnimationLoopInfinite = -1;
const int cAnimationNone = -2;
-class ImageSource {
+class PLATFORM_EXPORT ImageSource {
WTF_MAKE_NONCOPYABLE(ImageSource);
public:
enum AlphaOption {
« no previous file with comments | « Source/platform/graphics/ImageFrameGenerator.cpp ('k') | Source/platform/graphics/ImageSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698