Chromium Code Reviews| Index: ui/gl/gl_fence_arb.h |
| diff --git a/ui/gl/gl_fence_arb.h b/ui/gl/gl_fence_arb.h |
| index 6e34a8ca08ce12351e173b14d7d265f1c2f6e77e..6b44c01143ab8613b002e601eb8f7b1ac840ed46 100644 |
| --- a/ui/gl/gl_fence_arb.h |
| +++ b/ui/gl/gl_fence_arb.h |
| @@ -26,6 +26,8 @@ class GL_EXPORT GLFenceARB : public GLFence { |
| private: |
| GLsync sync_ = 0; |
| + void HandleClientWaitFailure(); |
| + |
| DISALLOW_COPY_AND_ASSIGN(GLFenceARB); |
| }; |