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

Unified Diff: components/mus/ws/connection_manager.h

Issue 1605773004: mus: Implement Window Server Capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create InFlightCaptureChange add tests Created 4 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: components/mus/ws/connection_manager.h
diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h
index 343db9c58333a76aec31a68bca37036128f996cc..de6c0838c615cb70508d75ecaf460c7c60757ee4 100644
--- a/components/mus/ws/connection_manager.h
+++ b/components/mus/ws/connection_manager.h
@@ -169,6 +169,7 @@ class ConnectionManager : public ServerWindowDelegate,
const ServerWindow* window,
const gfx::Insets& new_client_area,
const std::vector<gfx::Rect>& new_additional_client_areas);
+ void ProcessLostCapture(const ServerWindow* window);
void ProcessViewportMetricsChanged(WindowTreeHostImpl* host,
const mojom::ViewportMetrics& old_metrics,
const mojom::ViewportMetrics& new_metrics);

Powered by Google App Engine
This is Rietveld 408576698