X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Fgraphics%2FPathTraversalState.h;h=2cb3eedf87e4d6d34f0c8182910ebff72f08b20b;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=f29dedc07c73657eba09299f3e9c356d8f427419;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/graphics/PathTraversalState.h b/src/third_party/WebKit/Source/platform/graphics/PathTraversalState.h index f29dedc..2cb3eed 100644 --- a/src/third_party/WebKit/Source/platform/graphics/PathTraversalState.h +++ b/src/third_party/WebKit/Source/platform/graphics/PathTraversalState.h @@ -29,7 +29,7 @@ #include "platform/PlatformExport.h" #include "platform/geometry/FloatPoint.h" -namespace WebCore { +namespace blink { class PLATFORM_EXPORT PathTraversalState { public: @@ -65,6 +65,7 @@ public: FloatPoint m_previous; float m_normalAngle; // degrees }; -} + +} // namespace blink #endif