Index: components/mus/public/cpp/window.h |
diff --git a/components/mus/public/cpp/window.h b/components/mus/public/cpp/window.h |
index f25664e3f877dadd5c77f8434010fc37b446cac9..70f961c47c790604dbc5a04bec7ae1a280945960 100644 |
--- a/components/mus/public/cpp/window.h |
+++ b/components/mus/public/cpp/window.h |
@@ -167,6 +167,10 @@ class Window { |
void SetTextInputState(mojo::TextInputStatePtr state); |
void SetImeVisibility(bool visible, mojo::TextInputStatePtr state); |
+ // Capture. |
sky
2015/11/17 01:06:42
This comment isn't really useful, nuke it.
|
+ void SetCapture(); |
+ void ReleaseCapture(); |
+ |
// The following make their way to the WindowManager. See |
// window_manager.mojom for details. |
void SetPreferredSize(const gfx::Size& size); |