Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_capture_client.h |
| diff --git a/ui/views/widget/desktop_aura/desktop_capture_client.h b/ui/views/widget/desktop_aura/desktop_capture_client.h |
| index f2971279d78e495618afb16e961fe98e9539e9e9..f90399295b5141d71568279ddf70ed9a6120e0fa 100644 |
| --- a/ui/views/widget/desktop_aura/desktop_capture_client.h |
| +++ b/ui/views/widget/desktop_aura/desktop_capture_client.h |
| @@ -37,6 +37,8 @@ class VIEWS_EXPORT DesktopCaptureClient : public aura::client::CaptureClient { |
| explicit DesktopCaptureClient(aura::Window* root); |
| ~DesktopCaptureClient() override; |
| + static aura::Window* GetCaptureWindowGlobal(); |
|
sky
2017/01/24 23:06:08
This name is ick! How about instead adding a funct
sadrul
2017/01/25 01:02:13
I believe the issue is that DesktopCaptureClient i
sky
2017/01/25 04:47:48
D'OH! You are certainly right. As I can't think of
|
| + |
| // Overridden from aura::client::CaptureClient: |
| void SetCapture(aura::Window* window) override; |
| void ReleaseCapture(aura::Window* window) override; |