| 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 fd0887dabae0fa636e08dacc1b7e654cbd00ba46..02fe615fc884494b012868f754ceb371cac02a40 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| @@ -403,7 +403,7 @@ void PaintLayerCompositor::updateIfNeeded()
|
| if (updateType != CompositingUpdateNone) {
|
| if (RuntimeEnabledFeatures::compositorWorkerEnabled() && m_scrollLayer) {
|
| if (Element* scrollingElement = m_layoutView.document().scrollingElement()) {
|
| - uint64_t elementId = 0;
|
| + CompositorElementId elementId = 0;
|
| uint32_t mutableProperties = CompositorMutableProperty::kNone;
|
| if (scrollingElement->hasCompositorProxy()) {
|
| elementId = DOMNodeIds::idForNode(scrollingElement);
|
|
|