| Index: gpu/command_buffer/client/context_support.h
|
| diff --git a/gpu/command_buffer/client/context_support.h b/gpu/command_buffer/client/context_support.h
|
| index 6c5b23f0d1e2a322f24ea96b267df18770eb91e0..fe19547cf393c1c26fbd8d90ca90eabe1f8400b9 100644
|
| --- a/gpu/command_buffer/client/context_support.h
|
| +++ b/gpu/command_buffer/client/context_support.h
|
| @@ -40,6 +40,8 @@ class ContextSupport {
|
| virtual uint32 InsertFutureSyncPointCHROMIUM() = 0;
|
| virtual void RetireSyncPointCHROMIUM(uint32 sync_point) = 0;
|
|
|
| + virtual bool IsContextLost() = 0;
|
| +
|
| protected:
|
| ContextSupport() {}
|
| virtual ~ContextSupport() {}
|
|
|