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

Unified Diff: content/browser/renderer_host/compositor_impl_android.cc

Issue 2895273002: Unified the use of BufferToTextureTargetMap for all the Processes (Closed)
Patch Set: Unified BufferToTextureTargetMap for all the Processes Created 3 years, 6 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/compositor_impl_android.cc
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
index d9398440172eb9479f49bfc8402cb6704014d2a6..3748b8b088b75af1bbf38310c7f38febfb1047a0 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -533,6 +533,8 @@ void CompositorImpl::CreateLayerTreeHost() {
settings.single_thread_proxy_scheduler = true;
animation_host_ = cc::AnimationHost::CreateMainInstance();
+ settings.resource_settings.buffer_to_texture_target_map =
+ GetBufferToTextureTargetMap();
cc::LayerTreeHost::InitParams params;
params.client = this;

Powered by Google App Engine
This is Rietveld 408576698