Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / transforms / Matrix3DTransformOperation.h
index 086ec7f..af31124 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "platform/transforms/TransformOperation.h"
 
-namespace WebCore {
+namespace blink {
 
 class PLATFORM_EXPORT Matrix3DTransformOperation : public TransformOperation {
 public:
@@ -72,6 +72,6 @@ private:
     TransformationMatrix m_matrix;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // Matrix3DTransformOperation_h