Index: gpu/GLES2/gl2extchromium.h |
diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h |
index 157458cd3c4c392454915e723c0fabbc8fb680c4..f96c9302007a174099ea4b98ede06a1da9c218d8 100644 |
--- a/gpu/GLES2/gl2extchromium.h |
+++ b/gpu/GLES2/gl2extchromium.h |
@@ -521,6 +521,15 @@ typedef GLboolean (GL_APIENTRYP PFNGLENABLEFEATURECHROMIUMPROC) ( |
#endif |
#endif /* GL_CHROMIUM_command_buffer_latency_query */ |
+/* GL_CHROMIUM_screen_space_antialiasing */ |
+#ifndef GL_CHROMIUM_screen_space_antialiasing |
+#define GL_CHROMIUM_screen_space_antialiasing 1 |
+#ifdef GL_GLEXT_PROTOTYPES |
+GL_APICALL void GL_APIENTRY glApplyScreenSpaceAntialiasingCHROMIUM(); |
+#endif |
+typedef void(GL_APIENTRYP PFNGLAPPLYSCREENSPACEANTIALIASINGCHROMIUMPROC)(); |
+#endif /* GL_CHROMIUM_screen_space_antialiasing */ |
+ |
/* GL_ARB_robustness */ |
#ifndef GL_ARB_robustness |
#define GL_ARB_robustness 1 |