| 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 68ad85967f11f89cd566bbd3496f778b60f3f3f7..1c7dc9bd9469f4eb001c19cb9215d67064a8d6fc 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -814,6 +814,10 @@ void CompositorImpl::SetNeedsAnimate() {
|
| host_->SetNeedsAnimate();
|
| }
|
|
|
| +uint32_t CompositorImpl::GetSurfaceClientId() {
|
| + return surface_id_allocator_->client_id();
|
| +}
|
| +
|
| bool CompositorImpl::HavePendingReadbacks() {
|
| return !readback_layer_tree_->children().empty();
|
| }
|
|
|