Index: gpu/blink/webgraphicscontext3d_impl.cc |
diff --git a/gpu/blink/webgraphicscontext3d_impl.cc b/gpu/blink/webgraphicscontext3d_impl.cc |
index ae7b1604fbd34815d2e39cb110947b690cbd5efc..bedf444682b43ef8dd6ab8394c807a8eded8dc0c 100644 |
--- a/gpu/blink/webgraphicscontext3d_impl.cc |
+++ b/gpu/blink/webgraphicscontext3d_impl.cc |
@@ -880,7 +880,7 @@ void WebGraphicsContext3DImpl::shallowFinishCHROMIUM() { |
gl_->ShallowFinishCHROMIUM(); |
} |
-DELEGATE_TO_GL_1(waitSyncPoint, WaitSyncPointCHROMIUM, GLuint) |
+DELEGATE_TO_GL_2(waitSyncPoint, WaitSyncPointCHROMIUM, GLuint, const WGC3Dbyte*) |
void WebGraphicsContext3DImpl::loseContextCHROMIUM( |
WGC3Denum current, WGC3Denum other) { |