| Index: ui/keyboard/keyboard_controller.h
|
| diff --git a/ui/keyboard/keyboard_controller.h b/ui/keyboard/keyboard_controller.h
|
| index b9a90f9c8f38b7adffde47018341cb8318af4d40..c4dcfff0c4613d925679027e8d63015dc70fbda0 100644
|
| --- a/ui/keyboard/keyboard_controller.h
|
| +++ b/ui/keyboard/keyboard_controller.h
|
| @@ -104,6 +104,9 @@ class KEYBOARD_EXPORT KeyboardController : public ui::InputMethodObserver,
|
| return current_keyboard_bounds_;
|
| }
|
|
|
| + // Determines whether a particular window should have insets for overscroll.
|
| + bool ShouldEnableInsets(aura::Window* window);
|
| +
|
| // Updates insets on web content window
|
| void UpdateWindowInsets(aura::Window* window);
|
|
|
|
|