| Index: third_party/WebKit/Source/core/style/StyleMotionData.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleMotionData.cpp b/third_party/WebKit/Source/core/style/StyleMotionData.cpp
|
| index 238fa1a5743274f945eb199feab9c998888eb02a..9644a37d6e8e05feb7332056349fe2406c507277 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleMotionData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleMotionData.cpp
|
| @@ -10,7 +10,8 @@ namespace blink {
|
|
|
| bool StyleMotionData::operator==(const StyleMotionData& o) const
|
| {
|
| - if (m_offset != o.m_offset || m_rotation != o.m_rotation)
|
| + if (m_distance != o.m_distance
|
| + || m_rotation != o.m_rotation)
|
| return false;
|
|
|
| return dataEquivalent(m_path, o.m_path);
|
|
|