| Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| index 2fd2ccd2f05699bd30b16fcb7445330ffdefc012..ece88357555366f2d5de786ff1d55eded8c48b03 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -393,8 +393,8 @@ void PaintLayer::updateTransformationMatrix() {
|
| ASSERT(box);
|
| transform->makeIdentity();
|
| box->style()->applyTransform(
|
| - *transform, LayoutSize(box->pixelSnappedSize()),
|
| - ComputedStyle::IncludeTransformOrigin, ComputedStyle::IncludeMotionPath,
|
| + *transform, box->size(), ComputedStyle::IncludeTransformOrigin,
|
| + ComputedStyle::IncludeMotionPath,
|
| ComputedStyle::IncludeIndependentTransformProperties);
|
| makeMatrixRenderable(*transform, compositor()->hasAcceleratedCompositing());
|
| }
|
|
|