Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / PathTraversalState.h
index f29dedc..2cb3eed 100644 (file)
@@ -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