| Index: components/mus/ws/server_window.h
|
| diff --git a/components/mus/ws/server_window.h b/components/mus/ws/server_window.h
|
| index 2d7070a39410d677e55246a8764a3383ada81c07..83aa0a91def9976812065c1ce312cbfa6a5b6b4a 100644
|
| --- a/components/mus/ws/server_window.h
|
| +++ b/components/mus/ws/server_window.h
|
| @@ -133,6 +133,8 @@ class ServerWindow {
|
| }
|
| void SetProperty(const std::string& name, const std::vector<uint8_t>* value);
|
|
|
| + std::string GetName() const;
|
| +
|
| void SetTextInputState(const ui::TextInputState& state);
|
| const ui::TextInputState& text_input_state() const {
|
| return text_input_state_;
|
|
|