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

Unified Diff: app/gfx/gl/gl_interface.h

Issue 3146002: Fixed build problems on Mac OS X when using GLContext from Chromium's... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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
« no previous file with comments | « app/gfx/gl/gl_context_osmesa.cc ('k') | app/gfx/gl/gl_mock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gfx/gl/gl_interface.h
===================================================================
--- app/gfx/gl/gl_interface.h (revision 55524)
+++ app/gfx/gl/gl_interface.h (working copy)
@@ -240,11 +240,11 @@
virtual GLboolean IsEnabled(GLenum cap) = 0;
- virtual GLboolean IsFramebuffer(GLuint framebuffer) = 0;
+ virtual GLboolean IsFramebufferEXT(GLuint framebuffer) = 0;
virtual GLboolean IsProgram(GLuint program) = 0;
- virtual GLboolean IsRenderbuffer(GLuint renderbuffer) = 0;
+ virtual GLboolean IsRenderbufferEXT(GLuint renderbuffer) = 0;
virtual GLboolean IsShader(GLuint shader) = 0;
« no previous file with comments | « app/gfx/gl/gl_context_osmesa.cc ('k') | app/gfx/gl/gl_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698