Index: components/mus/ws/display_manager_delegate.h |
diff --git a/components/mus/ws/display_manager_delegate.h b/components/mus/ws/display_manager_delegate.h |
index 228801faaaca19a9ddd5a37d3af9e42e9112ed91..862677d45bd8cb8214455c301d64f48301121ba4 100644 |
--- a/components/mus/ws/display_manager_delegate.h |
+++ b/components/mus/ws/display_manager_delegate.h |
@@ -36,6 +36,9 @@ class DisplayManagerDelegate { |
// Called when an event arrives. |
virtual void OnEvent(const ui::Event& event) = 0; |
+ // Claled whne the Display loses capture. |
sky
2016/01/29 20:47:00
called when
jonross
2016/02/01 18:52:22
Done.
|
+ virtual void OnLostCapture() = 0; |
+ |
// Signals that the metrics of this display's viewport has changed. |
virtual void OnViewportMetricsChanged( |
const mojom::ViewportMetrics& old_metrics, |