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 67d0c15236544773a7b9825a6955d8da952b6c46..e4b838eacb265e8f6e081f1540e89b73ee565492 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -369,7 +369,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation { |
GLenum GetGLError(); |
// Sets our wrapper for the GLError. |
- void SetGLError(GLenum error, const char* msg); |
+ void SetGLError(GLenum error, const char* function_name, const char* msg); |
// Returns the last error and clears it. Useful for debugging. |
const std::string& GetLastError() { |