| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
|
| index 5a71d11120bb32791f8da028f470ef226f056c56..731c5fd2b9923c29352ce4bcb227a52700f31a37 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -861,6 +861,11 @@ void GpuCommandBufferStub::OnAsyncFlush(
|
|
|
| if (pre_state.get_offset != post_state.get_offset)
|
| ReportState();
|
| +
|
| +#if defined(OS_ANDROID)
|
| + GpuChannelManager* manager = channel_->gpu_channel_manager();
|
| + manager->DidAccessGpu();
|
| +#endif
|
| }
|
|
|
| void GpuCommandBufferStub::OnRegisterTransferBuffer(
|
|
|