Index: gpu/command_buffer/client/gles2_implementation.h |
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h |
index 5e73c4da6c7ab1afdc1c43c6b99e306b5592095b..41ec69353da66b6085b2f158e38cf3fddb0f0410 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -208,9 +208,11 @@ class GLES2_IMPL_EXPORT GLES2Implementation |
const gfx::Rect& display_bounds, |
const gfx::RectF& uv_rect) override; |
uint64_t ShareGroupTracingGUID() const override; |
- |
void SetErrorMessageCallback( |
- const base::Callback<void(const char*, int32_t)>& callback); |
+ const base::Callback<void(const char*, int32_t)>& callback) override; |
+ |
+ // TODO(danakj): Move to ContextSupport once ContextProvider doesn't need to |
+ // intercept it. |
void SetLostContextCallback(const base::Closure& callback); |
void GetProgramInfoCHROMIUMHelper(GLuint program, |