| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.cpp
|
| index 052a782b8d2271bd93c003f624ccc92d8dafae5e..c66f1443655041110ab56c6bdd0a32ee87a77a12 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.cpp
|
| @@ -63,4 +63,4 @@ bool AnimatableClipPathOperation::equalTo(const AnimatableValue* value) const
|
| return m_operation == operation || (m_operation && operation && *m_operation == *operation);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|