| 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 05e1826820b43a1a58305cca704a35da2c95ef57..d9dbd57818036abdaf77958357335170b96b71fe 100644
|
| --- a/ui/aura/client/default_capture_client.h
|
| +++ b/ui/aura/client/default_capture_client.h
|
| @@ -18,13 +18,14 @@ class AURA_EXPORT DefaultCaptureClient : public client::CaptureClient {
|
| explicit DefaultCaptureClient(Window* root_window);
|
| ~DefaultCaptureClient() override;
|
|
|
| - private:
|
| + protected:
|
| // Overridden from client::CaptureClient:
|
| void SetCapture(Window* window) override;
|
| void ReleaseCapture(Window* window) override;
|
| Window* GetCaptureWindow() override;
|
| Window* GetGlobalCaptureWindow() override;
|
|
|
| + private:
|
| Window* root_window_;
|
| Window* capture_window_;
|
|
|
|
|