| Index: gpu/command_buffer/client/gles2_interface_stub.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub.h b/gpu/command_buffer/client/gles2_interface_stub.h
|
| index 589a79cb17a7b46535a02a071744b6f6ce2218a2..e92640798de8178f4986fa8a205728391da858f8 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub.h
|
| @@ -20,6 +20,8 @@ class GLES2InterfaceStub : public GLES2Interface {
|
| // it means we can easily edit the non-auto generated parts right here in
|
| // this file instead of having to edit some template or the code generator.
|
| #include "gpu/command_buffer/client/gles2_interface_stub_autogen.h"
|
| +
|
| + GLboolean IsContextLost() override;
|
| };
|
|
|
| } // namespace gles2
|
|
|