Chromium Code Reviews| Index: components/mus/public/cpp/view.h |
| diff --git a/components/mus/public/cpp/view.h b/components/mus/public/cpp/view.h |
| index f65f79ab1540530bbdb857cc317b0f916e0d5053..d86c3e7a28acc2a7367d9b63896102162705d0a0 100644 |
| --- a/components/mus/public/cpp/view.h |
| +++ b/components/mus/public/cpp/view.h |
| @@ -131,6 +131,9 @@ class View { |
| void SetTextInputState(mojo::TextInputStatePtr state); |
| void SetImeVisibility(bool visible, mojo::TextInputStatePtr state); |
| + // Capture |
| + void SetCapture(); |
|
sadrul
2015/09/18 01:30:49
This should come with a corresponding ReleaseCaptu
Fady Samuel
2015/09/18 02:44:43
Done.
|
| + |
| // Focus. |
| void SetFocus(); |
| bool HasFocus() const; |