Index: gpu/command_buffer/client/gles2_interface_stub.cc |
diff --git a/gpu/command_buffer/client/gles2_interface_stub.cc b/gpu/command_buffer/client/gles2_interface_stub.cc |
index 3f4d7baf044315fe2fee610c44317e9f5d60e932..21bcff85d000a712c585b735c80f9b7fff8c6dc5 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub.cc |
+++ b/gpu/command_buffer/client/gles2_interface_stub.cc |
@@ -18,6 +18,10 @@ GLES2InterfaceStub::~GLES2InterfaceStub() { |
// this file instead of having to edit some template or the code generator. |
#include "gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h" |
+GLboolean GLES2InterfaceStub::IsContextLost() { |
+ return false; |
+} |
+ |
} // namespace gles2 |
} // namespace gpu |