| Index: Source/platform/geometry/TransformState.cpp
|
| diff --git a/Source/platform/geometry/TransformState.cpp b/Source/platform/geometry/TransformState.cpp
|
| index 5c64c7d5ff44f452eec572100e1e48c50775d973..9cf697d1d1c525e453ae2ed9b2b902b9ce423d16 100644
|
| --- a/Source/platform/geometry/TransformState.cpp
|
| +++ b/Source/platform/geometry/TransformState.cpp
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| TransformState& TransformState::operator=(const TransformState& other)
|
| {
|
| @@ -208,4 +208,4 @@ void TransformState::flattenWithTransform(const TransformationMatrix& t, bool* w
|
| m_accumulatingTransform = false;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|