Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: gpu/command_buffer/client/gles2_implementation.h

Issue 10535073: Enforce compressed texture restrictions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698