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

Unified Diff: content/browser/renderer_host/context_provider_factory_impl_android.h

Issue 2656893003: Let DelegateFrameHost in Mac and Android use correct FrameSinkId during creation (Closed)
Patch Set: more comments Created 3 years, 11 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: content/browser/renderer_host/context_provider_factory_impl_android.h
diff --git a/content/browser/renderer_host/context_provider_factory_impl_android.h b/content/browser/renderer_host/context_provider_factory_impl_android.h
index cd37db920f75b8b7a743ded88d6a00b9aeca8cb8..79a529b91e204046a2263ce427d332cc5832ac83 100644
--- a/content/browser/renderer_host/context_provider_factory_impl_android.h
+++ b/content/browser/renderer_host/context_provider_factory_impl_android.h
@@ -104,7 +104,7 @@ class CONTENT_EXPORT ContextProviderFactoryImpl
base::OneShotTimer establish_gpu_channel_timeout_;
std::unique_ptr<cc::SurfaceManager> surface_manager_;
- uint32_t next_client_id_;
+ uint32_t next_sink_id_;
base::WeakPtrFactory<ContextProviderFactoryImpl> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698