diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 20:15:19 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 20:15:19 +0000 |
commit | 42aa1fa0adf702861284679eba4ed236187a4272 (patch) | |
tree | c279f4e63184c78444fa77162ecaab1c2ab09d6e /views | |
parent | a495859987b081c6cec74102e5b194d48e124d2e (diff) | |
download | chromium_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.cc | 1 |
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(); } |