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

Unified Diff: Source/platform/graphics/Gradient.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/FrameData.cpp ('k') | Source/platform/graphics/Gradient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/Gradient.h
diff --git a/Source/core/platform/graphics/Gradient.h b/Source/platform/graphics/Gradient.h
similarity index 97%
rename from Source/core/platform/graphics/Gradient.h
rename to Source/platform/graphics/Gradient.h
index cd7ba6c9140642efab49076c4708dcd5db87a1dd..0fa5814555fb552985449762c87e04871aacad40 100644
--- a/Source/core/platform/graphics/Gradient.h
+++ b/Source/platform/graphics/Gradient.h
@@ -29,6 +29,7 @@
#ifndef Gradient_h
#define Gradient_h
+#include "platform/PlatformExport.h"
#include "platform/geometry/FloatPoint.h"
#include "platform/graphics/GraphicsTypes.h"
#include "platform/transforms/AffineTransform.h"
@@ -45,7 +46,7 @@ class Color;
class FloatRect;
class IntSize;
-class Gradient : public RefCounted<Gradient> {
+class PLATFORM_EXPORT Gradient : public RefCounted<Gradient> {
public:
static PassRefPtr<Gradient> create(const FloatPoint& p0, const FloatPoint& p1)
{
« no previous file with comments | « Source/platform/graphics/FrameData.cpp ('k') | Source/platform/graphics/Gradient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698