| 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 400b12555ce68d1c0ff8694ffeb2979ef9ca0b33..1b0f4fc5a1cebd33c672f5fee98f140b733ef315 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -239,6 +239,8 @@ class GpuCommandBufferStub
|
| int sync_point_wait_count_;
|
|
|
| bool delayed_work_scheduled_;
|
| + bool is_idle_;
|
| + base::TimeTicks last_idle_time_;
|
|
|
| scoped_refptr<gpu::PreemptionFlag> preemption_flag_;
|
|
|
|
|