| 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 d50b16d2fd5a7b5bf8219c20a52d5ab59dcd9335..9ec2073661391dd75f49b5aa40f7459213729c7b 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/TransformState.cpp
|
| +++ b/third_party/WebKit/Source/platform/geometry/TransformState.cpp
|
| @@ -109,7 +109,7 @@ void TransformState::applyTransform(const TransformationMatrix& transformFromCon
|
| *wasClamped = false;
|
|
|
| if (transformFromContainer.isIntegerTranslation()) {
|
| - move(LayoutSize(transformFromContainer.e(), transformFromContainer.f()), accumulate);
|
| + move(LayoutSize(LayoutUnit(transformFromContainer.e()), LayoutUnit(transformFromContainer.f())), accumulate);
|
| return;
|
| }
|
|
|
|
|