| Index: ui/aura/client/default_capture_client.h
|
| diff --git a/ui/aura/client/default_capture_client.h b/ui/aura/client/default_capture_client.h
|
| index cae13b79349de045294cb8ab727767f5ee8f6c2e..41194af0eb19c97e5b3239a6d03094388418fc37 100644
|
| --- a/ui/aura/client/default_capture_client.h
|
| +++ b/ui/aura/client/default_capture_client.h
|
| @@ -20,10 +20,10 @@ class AURA_EXPORT DefaultCaptureClient : public client::CaptureClient {
|
|
|
| private:
|
| // Overridden from client::CaptureClient:
|
| - virtual void SetCapture(Window* window) OVERRIDE;
|
| - virtual void ReleaseCapture(Window* window) OVERRIDE;
|
| - virtual Window* GetCaptureWindow() OVERRIDE;
|
| - virtual Window* GetGlobalCaptureWindow() OVERRIDE;
|
| + virtual void SetCapture(Window* window) override;
|
| + virtual void ReleaseCapture(Window* window) override;
|
| + virtual Window* GetCaptureWindow() override;
|
| + virtual Window* GetGlobalCaptureWindow() override;
|
|
|
| Window* root_window_;
|
| Window* capture_window_;
|
|
|