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

Unified Diff: app/gfx/gl/gl_mock.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_interface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gfx/gl/gl_mock.h
===================================================================
--- app/gfx/gl/gl_mock.h (revision 55524)
+++ app/gfx/gl/gl_mock.h (working copy)
@@ -235,11 +235,11 @@
MOCK_METHOD1(IsEnabled, GLboolean(GLenum cap));
- MOCK_METHOD1(IsFramebuffer, GLboolean(GLuint framebuffer));
+ MOCK_METHOD1(IsFramebufferEXT, GLboolean(GLuint framebuffer));
MOCK_METHOD1(IsProgram, GLboolean(GLuint program));
- MOCK_METHOD1(IsRenderbuffer, GLboolean(GLuint renderbuffer));
+ MOCK_METHOD1(IsRenderbufferEXT, GLboolean(GLuint renderbuffer));
MOCK_METHOD1(IsShader, GLboolean(GLuint shader));
« no previous file with comments | « app/gfx/gl/gl_interface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698