| 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..2243de078eb8c81d439266dfcdfb9444f0d05e34 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 EnsureCaretOutOfRect.
|
| bool ignore_keyboard_bounds_change() const {
|
| return ignore_keyboard_bounds_change_;
|
| }
|
|
|