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