Index: Source/platform/graphics/skia/GaneshUtils.h |
diff --git a/Source/core/platform/graphics/GaneshUtils.h b/Source/platform/graphics/skia/GaneshUtils.h |
similarity index 92% |
rename from Source/core/platform/graphics/GaneshUtils.h |
rename to Source/platform/graphics/skia/GaneshUtils.h |
index a86b0efb597435880efd77b9d991c2fa102fd756..bc4c0cb6dae4f16484a510c29db5f98cc86045b3 100644 |
--- a/Source/core/platform/graphics/GaneshUtils.h |
+++ b/Source/platform/graphics/skia/GaneshUtils.h |
@@ -31,13 +31,14 @@ |
#ifndef GaneshUtils_h |
#define GaneshUtils_h |
+#include "platform/PlatformExport.h" |
#include "platform/geometry/IntSize.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "third_party/skia/include/gpu/GrContext.h" |
namespace WebCore { |
-bool ensureTextureBackedSkBitmap(GrContext*, SkBitmap&, const IntSize&, GrSurfaceOrigin, GrPixelConfig); |
+bool PLATFORM_EXPORT ensureTextureBackedSkBitmap(GrContext*, SkBitmap&, const IntSize&, GrSurfaceOrigin, GrPixelConfig); |
} // namespace WebCore |