| 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 838ec057b606a6595040bd8f44d24232116bc885..d3c1c588ef8deef4251cc7b0dc1167c9ef9d5dd8 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -778,6 +778,10 @@ void CompositorImpl::DidCommit() {
|
| root_window_->OnCompositingDidCommit();
|
| }
|
|
|
| +void CompositorImpl::AttachLayerForReadback(scoped_refptr<cc::Layer> layer) {
|
| + root_layer_->AddChild(layer);
|
| +}
|
| +
|
| void CompositorImpl::RequestCopyOfOutputOnRootLayer(
|
| std::unique_ptr<cc::CopyOutputRequest> request) {
|
| root_layer_->RequestCopyOfOutput(std::move(request));
|
|
|