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

Unified Diff: Source/platform/graphics/Pattern.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/Path.cpp ('k') | Source/platform/graphics/Pattern.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/Pattern.h
diff --git a/Source/core/platform/graphics/Pattern.h b/Source/platform/graphics/Pattern.h
similarity index 94%
rename from Source/core/platform/graphics/Pattern.h
rename to Source/platform/graphics/Pattern.h
index 4df132c30d0946b5b464548b8ad34a62daf7dc21..5d533824d87433d0a2c4a30d60a539c7498ca606 100644
--- a/Source/core/platform/graphics/Pattern.h
+++ b/Source/platform/graphics/Pattern.h
@@ -30,7 +30,8 @@
#define Pattern_h
#include "SkShader.h"
-#include "core/platform/graphics/Image.h"
+#include "platform/PlatformExport.h"
+#include "platform/graphics/Image.h"
#include "platform/transforms/AffineTransform.h"
#include "wtf/PassRefPtr.h"
@@ -41,7 +42,7 @@ namespace WebCore {
class AffineTransform;
-class Pattern : public RefCounted<Pattern> {
+class PLATFORM_EXPORT Pattern : public RefCounted<Pattern> {
public:
static PassRefPtr<Pattern> create(PassRefPtr<Image> tileImage, bool repeatX, bool repeatY)
{
« no previous file with comments | « Source/platform/graphics/Path.cpp ('k') | Source/platform/graphics/Pattern.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698