Index: ui/gl/gl_fence_egl.h |
diff --git a/ui/gl/gl_fence_egl.h b/ui/gl/gl_fence_egl.h |
index 5c4defb2699987f4f64fac377af6f0e7971cd25e..5b6006c19721c556f6498329a9404c2671cc9661 100644 |
--- a/ui/gl/gl_fence_egl.h |
+++ b/ui/gl/gl_fence_egl.h |
@@ -13,6 +13,8 @@ namespace gfx { |
class GL_EXPORT GLFenceEGL : public GLFence { |
public: |
+ static void SetIgnoreFailures(); |
+ |
GLFenceEGL(); |
~GLFenceEGL() override; |