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

Unified Diff: Source/platform/graphics/skia/NativeImageSkia.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building 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/graphics/skia/NativeImageSkia.h
diff --git a/Source/core/platform/graphics/skia/NativeImageSkia.h b/Source/platform/graphics/skia/NativeImageSkia.h
similarity index 98%
rename from Source/core/platform/graphics/skia/NativeImageSkia.h
rename to Source/platform/graphics/skia/NativeImageSkia.h
index 996ff7bdcfcef9652ce475254ad17c8c91387fcc..2b05bc29be17a853f8a783b7cb7c3ac113bec4c4 100644
--- a/Source/core/platform/graphics/skia/NativeImageSkia.h
+++ b/Source/platform/graphics/skia/NativeImageSkia.h
@@ -35,6 +35,7 @@
#include "SkRect.h"
#include "SkSize.h"
#include "SkXfermode.h"
+#include "platform/PlatformExport.h"
#include "platform/geometry/IntSize.h"
#include "platform/graphics/GraphicsTypes.h"
#include "wtf/Forward.h"
@@ -68,7 +69,7 @@ enum ResamplingMode {
// This object is used as the "native image" in our port. When WebKit uses
// PassNativeImagePtr / NativeImagePtr, it is a smart pointer to this type.
// It has an SkBitmap, and also stores a cached resized image.
-class NativeImageSkia : public RefCounted<NativeImageSkia> {
+class PLATFORM_EXPORT NativeImageSkia : public RefCounted<NativeImageSkia> {
public:
static PassRefPtr<NativeImageSkia> create()
{

Powered by Google App Engine
This is Rietveld 408576698