Index: components/mus/display_manager_delegate.h |
diff --git a/components/mus/display_manager_delegate.h b/components/mus/display_manager_delegate.h |
index c5bdc5b5a979b1e619aca6795d07894105ad412b..85d87efb0a2efe3f0102037c41ac92fb9cbeb5b8 100644 |
--- a/components/mus/display_manager_delegate.h |
+++ b/components/mus/display_manager_delegate.h |
@@ -25,6 +25,9 @@ class DisplayManagerDelegate { |
// Called when an event arrives. |
virtual void OnEvent(mojo::EventPtr event) = 0; |
+ // Called when the Display loses capture. |
+ virtual void OnLostCapture() = 0; |
+ |
// Signals that the metrics of this display's viewport has changed. |
virtual void OnViewportMetricsChanged( |
const mojo::ViewportMetrics& old_metrics, |