| Index: third_party/WebKit/Source/platform/geometry/TransformState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/geometry/TransformState.cpp b/third_party/WebKit/Source/platform/geometry/TransformState.cpp
|
| index c119f0f8d48cfd1b8afb73dfd88b92288aa34bff..cdfc01207193863fa5f00fb38e47a8572659fd88 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/TransformState.cpp
|
| +++ b/third_party/WebKit/Source/platform/geometry/TransformState.cpp
|
| @@ -42,7 +42,7 @@ TransformState& TransformState::operator=(const TransformState& other)
|
| m_forceAccumulatingTransform = other.m_forceAccumulatingTransform;
|
| m_direction = other.m_direction;
|
|
|
| - m_accumulatedTransform.clear();
|
| + m_accumulatedTransform.reset();
|
|
|
| if (other.m_accumulatedTransform)
|
| m_accumulatedTransform = TransformationMatrix::create(*other.m_accumulatedTransform);
|
|
|