| Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| index 5bd2202e29af58b6b0d83f6cc720535872bd2d03..d84c010469989e9d52198acc9295a72777528a0d 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| @@ -1199,7 +1199,7 @@ void PaintLayerCompositor::EnsureRootLayer() {
|
| if (!RuntimeEnabledFeatures::rootLayerScrollingEnabled()) {
|
| scroll_layer_->SetElementId(CreateCompositorElementId(
|
| DOMNodeIds::IdForNode(&layout_view_.GetDocument()),
|
| - CompositorSubElementId::kScroll));
|
| + CompositorElementIdNamespace::kScroll));
|
| }
|
|
|
| // Hook them up
|
|
|