Chromium Code Reviews| 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 0a2276fb6e92d462c90cfca0c1df977598d3d0ef..ba69a34857b3f6e8705c98933597e6456b01b3aa 100644 |
| --- a/content/browser/renderer_host/compositor_impl_android.cc |
| +++ b/content/browser/renderer_host/compositor_impl_android.cc |
| @@ -538,6 +538,8 @@ void CompositorImpl::CreateLayerTreeHost() { |
| settings.single_thread_proxy_scheduler = true; |
| animation_host_ = cc::AnimationHost::CreateMainInstance(); |
| + GetBufferToTextureTargetMap( |
| + &settings.resource_settings.buffer_to_texture_target_map); |
|
danakj
2017/06/28 17:00:19
assign to this when the map is returned instead
sujith
2017/06/30 07:49:04
Done.
|
| cc::LayerTreeHost::InitParams params; |
| params.client = this; |