| Index: chrome/browser/ui/touch/frame/touch_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/touch/frame/touch_browser_frame_view.h b/chrome/browser/ui/touch/frame/touch_browser_frame_view.h
|
| index 51fb6f7aefa2725b5e65100d1a0f6e74866d1c66..6ed64c64414a61fa22cb655d3d456d34741ab5ec 100644
|
| --- a/chrome/browser/ui/touch/frame/touch_browser_frame_view.h
|
| +++ b/chrome/browser/ui/touch/frame/touch_browser_frame_view.h
|
| @@ -80,6 +80,7 @@ class TouchBrowserFrameView : public OpaqueBrowserFrameView,
|
| virtual void AnimationEnded(const ui::Animation* animation);
|
|
|
| bool keyboard_showing_;
|
| + int keyboard_height_;
|
| bool focus_listener_added_;
|
| KeyboardContainerView* keyboard_;
|
| NotificationRegistrar registrar_;
|
|
|