| Index: third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp b/third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp
|
| index c564b861cb89f47fc1470e1b1f228a0ccf242fb3..a7985676f5315606611874f4f99d2f50b7874e43 100644
|
| --- a/third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp
|
| @@ -26,8 +26,8 @@ class ScopedCompositorMutableState final {
|
| CompositorMutableStateProvider* stateProvider)
|
| : m_proxies(proxies) {
|
| for (CompositorProxy* proxy : m_proxies) {
|
| - proxy->takeCompositorMutableState(
|
| - stateProvider->getMutableStateFor(proxy->elementId()));
|
| + proxy->takeCompositorMutableState(stateProvider->getMutableStateFor(
|
| + proxy->elementId(), proxy->scrollingNodeId()));
|
| }
|
| }
|
| ~ScopedCompositorMutableState() {
|
|
|