Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: ui/views/widget/desktop_aura/desktop_capture_client.h

Issue 2652033003: Change ImmersiveContextMus to use DesktopCaptureClient. (Closed)
Patch Set: doc and auto Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..497e896ff5ba3638247619e11a3e4704c0e00173 100644
--- a/ui/views/widget/desktop_aura/desktop_capture_client.h
+++ b/ui/views/widget/desktop_aura/desktop_capture_client.h
@@ -37,6 +37,9 @@ class VIEWS_EXPORT DesktopCaptureClient : public aura::client::CaptureClient {
explicit DesktopCaptureClient(aura::Window* root);
~DesktopCaptureClient() override;
+ // Exactly the same as GetGlobalCaptureWindow() but static.
+ static aura::Window* GetCaptureWindowGlobal();
+
// Overridden from aura::client::CaptureClient:
void SetCapture(aura::Window* window) override;
void ReleaseCapture(aura::Window* window) override;

Powered by Google App Engine
This is Rietveld 408576698