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

Unified Diff: Source/platform/graphics/Path.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/Path.h
diff --git a/Source/core/platform/graphics/Path.h b/Source/platform/graphics/Path.h
similarity index 98%
rename from Source/core/platform/graphics/Path.h
rename to Source/platform/graphics/Path.h
index 35be9c0d4a2f79a5d089e2d0da902570396c9434..762f68dffa230a7603fdde3169895fee222b8fc1 100644
--- a/Source/core/platform/graphics/Path.h
+++ b/Source/platform/graphics/Path.h
@@ -29,6 +29,7 @@
#ifndef Path_h
#define Path_h
+#include "platform/PlatformExport.h"
#include "platform/geometry/RoundedRect.h"
#include "platform/graphics/WindRule.h"
#include "third_party/skia/include/core/SkPath.h"
@@ -64,7 +65,7 @@ struct PathElement {
typedef void (*PathApplierFunction)(void* info, const PathElement*);
-class Path {
+class PLATFORM_EXPORT Path {
WTF_MAKE_FAST_ALLOCATED;
public:
Path();
« no previous file with comments | « Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp ('k') | Source/platform/graphics/Path.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698