| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index 03de927b15f894e53a29fdb59b8ace10a1df5f71..08448e5672b4713f709f75a76621ffa7bccacef7 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -241,6 +241,8 @@ class GpuCommandBufferStub
|
| int sync_point_wait_count_;
|
|
|
| bool delayed_work_scheduled_;
|
| + uint64 previous_messages_processed_;
|
| + base::TimeTicks last_idle_time_;
|
|
|
| scoped_refptr<gpu::PreemptionFlag> preemption_flag_;
|
|
|
|
|