| Index: ui/gl/gl_fence_arb.h
|
| diff --git a/ui/gl/gl_fence_arb.h b/ui/gl/gl_fence_arb.h
|
| index db296756a0218f897d4440f80cd8f61d6e3381bf..614bfcb7241c71aa45af9a328f9410e585fd345c 100644
|
| --- a/ui/gl/gl_fence_arb.h
|
| +++ b/ui/gl/gl_fence_arb.h
|
| @@ -18,9 +18,9 @@ class GL_EXPORT GLFenceARB : public GLFence {
|
| virtual ~GLFenceARB();
|
|
|
| // GLFence implementation:
|
| - virtual bool HasCompleted() OVERRIDE;
|
| - virtual void ClientWait() OVERRIDE;
|
| - virtual void ServerWait() OVERRIDE;
|
| + virtual bool HasCompleted() override;
|
| + virtual void ClientWait() override;
|
| + virtual void ServerWait() override;
|
|
|
| private:
|
| GLsync sync_;
|
|
|