Index: public/platform/WebGraphicsContext3D.h |
diff --git a/public/platform/WebGraphicsContext3D.h b/public/platform/WebGraphicsContext3D.h |
index 0ecbba3f9dbd8eb976c5bbcfb7f9151f2a15ccd9..55e8ecb49718b4e67e8c39f4c5b0f4d59e0da735 100644 |
--- a/public/platform/WebGraphicsContext3D.h |
+++ b/public/platform/WebGraphicsContext3D.h |
@@ -376,6 +376,9 @@ public: |
virtual WebString getTranslatedShaderSourceANGLE(WebGLId shader) = 0; |
+ // GL_INTEL_framebuffer_CMAA |
+ virtual void applyFramebufferAttachmentCMAAINTEL() { } |
+ |
// GL_CHROMIUM_iosurface |
virtual void texImageIOSurface2DCHROMIUM(WGC3Denum target, WGC3Dint width, WGC3Dint height, WGC3Duint ioSurfaceId, WGC3Duint plane) { } |