| Index: services/ui/ws/server_window.h
|
| diff --git a/services/ui/ws/server_window.h b/services/ui/ws/server_window.h
|
| index 4e0d9fce34ef6f76600c6c10321a263755689d1d..d4d388ef0545c16edef96fd3a566bb40164cd362 100644
|
| --- a/services/ui/ws/server_window.h
|
| +++ b/services/ui/ws/server_window.h
|
| @@ -146,6 +146,8 @@ class ServerWindow {
|
|
|
| std::string GetName() const;
|
|
|
| + bool IsContainer() const;
|
| +
|
| void SetTextInputState(const ui::TextInputState& state);
|
| const ui::TextInputState& text_input_state() const {
|
| return text_input_state_;
|
|
|