| 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 a628b2d96ef705e16f04846bff2087b660d52937..fd95de091c2319b0058512bf1abdcac8e2ff79c9 100644
|
| --- a/ui/aura/client/default_capture_client.h
|
| +++ b/ui/aura/client/default_capture_client.h
|
| @@ -15,7 +15,7 @@ namespace client {
|
|
|
| class AURA_EXPORT DefaultCaptureClient : public client::CaptureClient {
|
| public:
|
| - explicit DefaultCaptureClient(RootWindow* root_window);
|
| + explicit DefaultCaptureClient(Window* root_window);
|
| virtual ~DefaultCaptureClient();
|
|
|
| private:
|
| @@ -24,7 +24,7 @@ class AURA_EXPORT DefaultCaptureClient : public client::CaptureClient {
|
| virtual void ReleaseCapture(Window* window) OVERRIDE;
|
| virtual Window* GetCaptureWindow() OVERRIDE;
|
|
|
| - RootWindow* root_window_;
|
| + Window* root_window_;
|
| Window* capture_window_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DefaultCaptureClient);
|
|
|