| 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 9a1a596f19323877344d72f0fe10b561a7899df6..0a24f5dbb4694ffb6059ea216c0f10c0703acbb5 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -826,6 +826,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();
|
| }
|
|
|