Chromium Code Reviews| Index: ui/gl/gl_fence_egl.h |
| diff --git a/ui/gl/gl_fence_egl.h b/ui/gl/gl_fence_egl.h |
| index 1dde99fbb3aca459acd4ccb5e3912da6e49371b3..f157bad125b9c64f4f608b24d7eff37b7288bfe2 100644 |
| --- a/ui/gl/gl_fence_egl.h |
| +++ b/ui/gl/gl_fence_egl.h |
| @@ -17,6 +17,7 @@ class GL_EXPORT GLFenceEGL : public GLFence { |
| static void SetIgnoreFailures(); |
| GLFenceEGL(); |
| + GLFenceEGL(GLenum type, EGLint* attribs); |
| // GLFence implementation: |
| bool HasCompleted() override; |