| Index: gpu/blink/webgraphicscontext3d_impl.cc
|
| diff --git a/gpu/blink/webgraphicscontext3d_impl.cc b/gpu/blink/webgraphicscontext3d_impl.cc
|
| index 2b39c53fe1b0341f9abef68b5ab20ff4bd5ccf58..576b7b71ee3897fff4772f12c52c8ae8123e8cfc 100644
|
| --- a/gpu/blink/webgraphicscontext3d_impl.cc
|
| +++ b/gpu/blink/webgraphicscontext3d_impl.cc
|
| @@ -258,6 +258,9 @@ DELEGATE_TO_GL_5(renderbufferStorageMultisampleCHROMIUM,
|
|
|
| DELEGATE_TO_GL_1(activeTexture, ActiveTexture, WGC3Denum)
|
|
|
| +DELEGATE_TO_GL(applyScreenSpaceAntialiasingCHROMIUM,
|
| + ApplyScreenSpaceAntialiasingCHROMIUM);
|
| +
|
| DELEGATE_TO_GL_2(attachShader, AttachShader, WebGLId, WebGLId)
|
|
|
| DELEGATE_TO_GL_3(bindAttribLocation, BindAttribLocation, WebGLId,
|
|
|