| Index: ash/common/wm/window_state.h
|
| diff --git a/ash/common/wm/window_state.h b/ash/common/wm/window_state.h
|
| index 9d4eaac8c23ad95a1c594893277dd5ef5852658f..a01d923ecf963837d69281cc94bb2067fec759e5 100644
|
| --- a/ash/common/wm/window_state.h
|
| +++ b/ash/common/wm/window_state.h
|
| @@ -281,7 +281,7 @@ class ASH_EXPORT WindowState {
|
| // True if the window should not adjust the window's bounds when
|
| // virtual keyboard bounds changes.
|
| // TODO(oshima): This is hack. Replace this with proper
|
| - // implementation based on EnsureCaretInRect.
|
| + // implementation based on EnsureCaretNotInRect.
|
| bool ignore_keyboard_bounds_change() const {
|
| return ignore_keyboard_bounds_change_;
|
| }
|
|
|