| Index: webkit/common/gpu/webgraphicscontext3d_impl.cc
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_impl.cc b/webkit/common/gpu/webgraphicscontext3d_impl.cc
|
| index 3625de5aef0fb5ac1c2958b1bc4603ecd66253f4..bd519000bad3cacd36447fa567eb263b7e29f09d 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_impl.cc
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_impl.cc
|
| @@ -846,6 +846,11 @@ DELEGATE_TO_GL_2R(createAndConsumeTextureCHROMIUM,
|
| CreateAndConsumeTextureCHROMIUM,
|
| WGC3Denum, const WGC3Dbyte*, WebGLId)
|
|
|
| +DELEGATE_TO_GL_2(subscribeUniformCHROMIUM,
|
| + SubscribeUniformCHROMIUM,
|
| + WGC3Denum,
|
| + const WGC3Dchar*)
|
| +
|
| void WebGraphicsContext3DImpl::insertEventMarkerEXT(
|
| const WGC3Dchar* marker) {
|
| gl_->InsertEventMarkerEXT(0, marker);
|
|
|