summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-13 20:15:19 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-13 20:15:19 +0000
commit42aa1fa0adf702861284679eba4ed236187a4272 (patch)
treec279f4e63184c78444fa77162ecaab1c2ab09d6e /views
parenta495859987b081c6cec74102e5b194d48e124d2e (diff)
downloadchromium_src-42aa1fa0adf702861284679eba4ed236187a4272.zip
chromium_src-42aa1fa0adf702861284679eba4ed236187a4272.tar.gz
chromium_src-42aa1fa0adf702861284679eba4ed236187a4272.tar.bz2
Get more of RenderWidgetHostViewAura running.
This displays content now (software-only) on Windows, and supports Mouse Events. keyboard events are not yet working. http://crbug.com/99757 TEST=none Review URL: http://codereview.chromium.org/8234026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/controls/native/native_view_host_aura.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/views/controls/native/native_view_host_aura.cc b/views/controls/native/native_view_host_aura.cc
index f068cab..76949be 100644
--- a/views/controls/native/native_view_host_aura.cc
+++ b/views/controls/native/native_view_host_aura.cc
@@ -23,7 +23,6 @@ NativeViewHostAura::~NativeViewHostAura() {
////////////////////////////////////////////////////////////////////////////////
// NativeViewHostAura, NativeViewHostWrapper implementation:
void NativeViewHostAura::NativeViewAttached() {
- host_->native_view()->Hide();
host_->GetWidget()->GetNativeView()->AddChild(host_->native_view());
host_->Layout();
}