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

Unified Diff: gpu/command_buffer/common/gl_mock.h

Issue 7977031: Roll skia to 2303 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 | « DEPS ('k') | ui/gfx/gl/generate_bindings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/common/gl_mock.h
===================================================================
--- gpu/command_buffer/common/gl_mock.h (revision 102154)
+++ gpu/command_buffer/common/gl_mock.h (working copy)
@@ -28,6 +28,9 @@
MOCK_METHOD2(BindBuffer, void(GLenum target, GLuint buffer));
+ MOCK_METHOD3(BindFragDataLocation, void(GLuint program, GLuint colorNumber,
+ const char* name));
+
MOCK_METHOD4(BindFragDataLocationIndexedARB, void(GLuint program,
GLuint colorNumber, GLuint index, const char* name));
« no previous file with comments | « DEPS ('k') | ui/gfx/gl/generate_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698