Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: third_party/WebKit/Source/web/CompositorWorkerProxyClientImpl.cpp

Issue 2765053002: Avoid exposing cc::Layer tree to CompositorProxy (Closed)
Patch Set: Rebase onto blink reformat Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698