Index: gpu/GLES2/gl2chromium_autogen.h |
diff --git a/gpu/GLES2/gl2chromium_autogen.h b/gpu/GLES2/gl2chromium_autogen.h |
index a16804f22a30527eb4a0f68380838b04a16ea08f..7a5431f0c0b6fffe9b80a848ab8d309e627b6c72 100644 |
--- a/gpu/GLES2/gl2chromium_autogen.h |
+++ b/gpu/GLES2/gl2chromium_autogen.h |
@@ -359,5 +359,7 @@ |
GLES2_GET_FUN(StencilThenCoverStrokePathCHROMIUM) |
#define glGetGraphicsResetStatusKHR GLES2_GET_FUN(GetGraphicsResetStatusKHR) |
#define glBlendBarrierKHR GLES2_GET_FUN(BlendBarrierKHR) |
+#define glApplyScreenSpaceAntialiasing \ |
+ GLES2_GET_FUN(ApplyScreenSpaceAntialiasing) |
Ken Russell (switch to Gerrit)
2015/08/28 02:34:02
Should be ApplyScreenSpaceAntialiasingCHROMIUM.
|
#endif // GPU_GLES2_GL2CHROMIUM_AUTOGEN_H_ |