| 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 69f3465123c7b305a86192db653f74da449afdf4..0a5722dfde18341df2ca29f2f228de36d6ad8ec5 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;
|
| }
|
|
|
|
|