summaryrefslogtreecommitdiffstats
path: root/athena
diff options
context:
space:
mode:
authorpkotwicz <pkotwicz@chromium.org>2014-11-12 12:51:03 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-12 20:51:35 +0000
commit8f42251c2e197c8eccf58c9517d2b97921d4d083 (patch)
tree345d445945f83743e38c2608104b8ad27c89216a /athena
parentc4c7996950bc995e40482310b95bce29b6963a8c (diff)
downloadchromium_src-8f42251c2e197c8eccf58c9517d2b97921d4d083.zip
chromium_src-8f42251c2e197c8eccf58c9517d2b97921d4d083.tar.gz
chromium_src-8f42251c2e197c8eccf58c9517d2b97921d4d083.tar.bz2
Fix virtual keyboard overscroll on Athena
This CL: - Removes GetFrameWindow() from KeyboardController because the function is not compatible with Athena - Avoids showing the keyboard container after creating it. This was causing the insets not to be set on the RenderWidgetHostViews the first time that the keyboard is shown BUG=431798 TEST=None Review URL: https://codereview.chromium.org/711243004 Cr-Commit-Position: refs/heads/master@{#303888}
Diffstat (limited to 'athena')
-rw-r--r--athena/virtual_keyboard/virtual_keyboard_manager_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/athena/virtual_keyboard/virtual_keyboard_manager_impl.cc b/athena/virtual_keyboard/virtual_keyboard_manager_impl.cc
index abb0b3f..1d5e77d 100644
--- a/athena/virtual_keyboard/virtual_keyboard_manager_impl.cc
+++ b/athena/virtual_keyboard/virtual_keyboard_manager_impl.cc
@@ -90,7 +90,6 @@ class VirtualKeyboardManagerImpl : public VirtualKeyboardManager {
aura::Window* kb_container = controller->GetContainerWindow();
FillLayoutManager::SetAlwaysFill(kb_container);
container_->AddChild(kb_container);
- kb_container->Show();
}
content::BrowserContext* browser_context_;