| 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 214cb97b7ee3c823f27ed4bcb85589811fb15968..3669e816b6e389d29105207df4977750828b3ecf 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -144,6 +144,7 @@ class GpuCommandBufferStub
|
| void SetLatencyInfoCallback(const LatencyInfoCallback& callback);
|
|
|
| void MarkContextLost();
|
| + bool CheckContextLost();
|
|
|
| uint64 GetMemoryUsage() const;
|
|
|
| @@ -226,7 +227,6 @@ class GpuCommandBufferStub
|
|
|
| void ScheduleDelayedWork(int64 delay);
|
|
|
| - bool CheckContextLost();
|
| void CheckCompleteWaits();
|
|
|
| // The lifetime of objects of this class is managed by a GpuChannel. The
|
|
|