Index: ui/views/controls/native/native_view_host_aura.cc |
diff --git a/ui/views/controls/native/native_view_host_aura.cc b/ui/views/controls/native/native_view_host_aura.cc |
index 769b16d3ffe8a14c5363490efe213b79e95c2cc2..3b36b987e78b29f1ff6a4092e09f454209fde20d 100644 |
--- a/ui/views/controls/native/native_view_host_aura.cc |
+++ b/ui/views/controls/native/native_view_host_aura.cc |
@@ -165,6 +165,7 @@ void NativeViewHostAura::ShowWidget(int x, int y, int w, int h) { |
void NativeViewHostAura::HideWidget() { |
host_->native_view()->Hide(); |
sky
2014/09/02 15:19:37
We may not need the Hide/Show on native_view() any
calamity
2014/09/03 00:44:22
Acknowledged.
|
+ clipping_window_.Hide(); |
} |
void NativeViewHostAura::SetFocus() { |