| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index fb6cc543c8a35a250ce84d403fac2981c30d424c..762b72a1e970640a8e87d706d56deefedefb00da 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -556,6 +556,8 @@ bool CompositedLayerMapping::updateGraphicsLayerConfiguration()
|
|
|
| updateElementIdAndCompositorMutableProperties();
|
|
|
| + m_graphicsLayer->setHasWillChangeTransformHint(m_owningLayer.layoutObject()->styleRef().hasWillChangeTransformHint());
|
| +
|
| return layerConfigChanged;
|
| }
|
|
|
|
|