| Index: Source/platform/transforms/Matrix3DTransformOperation.h
|
| diff --git a/Source/platform/transforms/Matrix3DTransformOperation.h b/Source/platform/transforms/Matrix3DTransformOperation.h
|
| index 086ec7f6dcc12f626193f005b76b11782da55b64..af31124d7267cafdac60d05f72d3b6af2a2cfff1 100644
|
| --- a/Source/platform/transforms/Matrix3DTransformOperation.h
|
| +++ b/Source/platform/transforms/Matrix3DTransformOperation.h
|
| @@ -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
|
|
|