| 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 997b6c5f29b0e2743be1e251e68a86aaf8b2f03a..c403b153394913bd5fe226d89f115edd6f60bae6 100644
|
| --- a/third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp
|
| @@ -29,7 +29,7 @@ class ScopedCompositorMutableState final {
|
| DCHECK(compositor_proxy_client_);
|
| for (CompositorProxy* proxy : compositor_proxy_client_->Proxies()) {
|
| proxy->TakeCompositorMutableState(
|
| - state_provider->GetMutableStateFor(proxy->ElementId()));
|
| + state_provider->GetMutableStateFor(proxy->ProxyId()));
|
| }
|
| }
|
| ~ScopedCompositorMutableState() {
|
|
|