Index: ui/gl/gl_fence.h |
diff --git a/ui/gl/gl_fence.h b/ui/gl/gl_fence.h |
index 6dec8213469a0a919d355149ad769b2490c303dd..d4f3218d52f483947fce83a41c555aade3f92d54 100644 |
--- a/ui/gl/gl_fence.h |
+++ b/ui/gl/gl_fence.h |
@@ -17,6 +17,7 @@ class GL_EXPORT GLFence { |
static GLFence* Create(); |
virtual bool HasCompleted() = 0; |
+ virtual void ClientWait() = 0; |
protected: |
static bool IsContextLost(); |