Index: gpu/blink/webgraphicscontext3d_impl.cc |
diff --git a/gpu/blink/webgraphicscontext3d_impl.cc b/gpu/blink/webgraphicscontext3d_impl.cc |
index 30fa260bb1623dcf2b89744fe66370df6b3c79ee..81e56442842a60375bc00fcf658fa99d6b7f9054 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(applyScreenSpaceAntialiasing, |
Ken Russell (switch to Gerrit)
2015/08/28 02:34:03
Same here.
|
+ ApplyScreenSpaceAntialiasing); |
+ |
DELEGATE_TO_GL_2(attachShader, AttachShader, WebGLId, WebGLId) |
DELEGATE_TO_GL_3(bindAttribLocation, BindAttribLocation, WebGLId, |