Index: ui/gl/gl_bindings_api_autogen_egl.h |
diff --git a/ui/gl/gl_bindings_api_autogen_egl.h b/ui/gl/gl_bindings_api_autogen_egl.h |
index c6e94e792aef7bb2ac8c28a9efe90f4bea5e5035..7f74a32865b0421273358290e4f148c0ccabb390 100644 |
--- a/ui/gl/gl_bindings_api_autogen_egl.h |
+++ b/ui/gl/gl_bindings_api_autogen_egl.h |
@@ -158,6 +158,10 @@ EGLBoolean eglSurfaceAttribFn(EGLDisplay dpy, |
EGLint attribute, |
EGLint value) override; |
EGLBoolean eglSwapBuffersFn(EGLDisplay dpy, EGLSurface surface) override; |
+EGLBoolean eglSwapBuffersWithDamageKHRFn(EGLDisplay dpy, |
+ EGLSurface surface, |
+ EGLint* rects, |
+ EGLint n_rects) override; |
EGLBoolean eglSwapIntervalFn(EGLDisplay dpy, EGLint interval) override; |
EGLBoolean eglTerminateFn(EGLDisplay dpy) override; |
EGLBoolean eglWaitClientFn(void) override; |