| Index: Source/core/rendering/RenderLayerCompositor.cpp
|
| diff --git a/Source/core/rendering/RenderLayerCompositor.cpp b/Source/core/rendering/RenderLayerCompositor.cpp
|
| index 77da9c7793881379b5a78d979cb8960b629e820e..19843c0a2f86c5c723a08d089041c1752c123679 100644
|
| --- a/Source/core/rendering/RenderLayerCompositor.cpp
|
| +++ b/Source/core/rendering/RenderLayerCompositor.cpp
|
| @@ -1995,7 +1995,7 @@ bool RenderLayerCompositor::requiresCompositingForBlending(RenderObject* rendere
|
|
|
| bool RenderLayerCompositor::requiresCompositingForOverflowScrollingParent(const RenderLayer* layer) const
|
| {
|
| - if (!layer->compositorDrivenAcceleratedScrollingEnabled())
|
| + if (!layer->useCompositorDrivenAcceleratedScrolling())
|
| return false;
|
|
|
| TRACE_EVENT0("comp-scroll", "RenderLayerCompositor::requiresCompositingForOverflowScrollingParent");
|
|
|