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

Unified Diff: Source/platform/graphics/skia/GaneshUtils.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/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
« no previous file with comments | « Source/platform/graphics/gpu/SharedGraphicsContext3D.cpp ('k') | Source/platform/graphics/skia/GaneshUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698