| 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 2deb35849e7b4ead535b74c524c13ef34e961407..5e01b739eb97a37aa97d1c413c621fb9dcff60c3 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -438,10 +438,6 @@ void CompositorImpl::SetHasTransparentBackground(bool flag) {
|
| host_->set_has_transparent_background(flag);
|
| }
|
|
|
| -bool CompositorImpl::CompositeAndReadback(void *pixels, const gfx::Rect& rect) {
|
| - return false;
|
| -}
|
| -
|
| void CompositorImpl::SetNeedsComposite() {
|
| if (!host_.get() || needs_composite_)
|
| return;
|
|
|