| Index: third_party/WebKit/Source/core/layout/LayoutGeometryMap.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGeometryMap.cpp b/third_party/WebKit/Source/core/layout/LayoutGeometryMap.cpp
|
| index 9cb0abffa3efaf13210faa2fc3893274ad9efdbc..7bc8ecd7d57fa13a6220ab020a33be138658537d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGeometryMap.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGeometryMap.cpp
|
| @@ -247,7 +247,7 @@ void LayoutGeometryMap::push(const LayoutObject* layoutObject, const Transformat
|
| step.m_offsetForFixedPosition = offsetForFixedPosition;
|
|
|
| if (!t.isIntegerTranslation())
|
| - step.m_transform = adoptPtr(new TransformationMatrix(t));
|
| + step.m_transform = TransformationMatrix::create(t);
|
| else
|
| step.m_offset = LayoutSize(t.e(), t.f());
|
|
|
|
|