summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorbsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 21:15:26 +0000
committerbsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 21:15:26 +0000
commit5d4e7891fed86e6d44b0b78eba764f7442b0fa3c (patch)
tree9adb62aae01068e65cd1a0d9ac0e1b743314aeea /gpu
parent60cbde46b6698bc94b638d5614e13b65447ace3c (diff)
downloadchromium_src-5d4e7891fed86e6d44b0b78eba764f7442b0fa3c.zip
chromium_src-5d4e7891fed86e6d44b0b78eba764f7442b0fa3c.tar.gz
chromium_src-5d4e7891fed86e6d44b0b78eba764f7442b0fa3c.tar.bz2
Roll skia to 2303
Review URL: http://codereview.chromium.org/7977031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r--gpu/command_buffer/common/gl_mock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpu/command_buffer/common/gl_mock.h b/gpu/command_buffer/common/gl_mock.h
index bdd328c..4c5c114 100644
--- a/gpu/command_buffer/common/gl_mock.h
+++ b/gpu/command_buffer/common/gl_mock.h
@@ -28,6 +28,9 @@ class MockGLInterface : public GLInterface {
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));