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

Unified Diff: Source/platform/graphics/PathTraversalState.h

Issue 27123003: Move PathTraversalState.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 months 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/blink_platform.gypi ('k') | Source/platform/graphics/PathTraversalState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/PathTraversalState.h
diff --git a/Source/core/platform/graphics/PathTraversalState.h b/Source/platform/graphics/PathTraversalState.h
similarity index 96%
rename from Source/core/platform/graphics/PathTraversalState.h
rename to Source/platform/graphics/PathTraversalState.h
index cbdadf7f057ee287851d24b5a1bda4d81689dbaa..e2ecbe8d15b51b8af90138c532d3e68d3b9f2ea9 100644
--- a/Source/core/platform/graphics/PathTraversalState.h
+++ b/Source/platform/graphics/PathTraversalState.h
@@ -26,11 +26,12 @@
#ifndef PathTraversalState_h
#define PathTraversalState_h
+#include "platform/PlatformExport.h"
#include "platform/geometry/FloatPoint.h"
namespace WebCore {
-class PathTraversalState {
+class PLATFORM_EXPORT PathTraversalState {
public:
enum PathTraversalAction {
TraversalTotalLength,
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/graphics/PathTraversalState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698