Index: ui/views/controls/native/native_view_host_aura.h |
diff --git a/ui/views/controls/native/native_view_host_aura.h b/ui/views/controls/native/native_view_host_aura.h |
index 8ef4e455f3dc414c2e485eef28c3ca92a5feafc2..eefa2067ff88937a570769006f4287d321d25122 100644 |
--- a/ui/views/controls/native/native_view_host_aura.h |
+++ b/ui/views/controls/native/native_view_host_aura.h |
@@ -39,6 +39,8 @@ class VIEWS_EXPORT NativeViewHostAura : public NativeViewHostWrapper, |
private: |
// Overridden from aura::WindowObserver: |
virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; |
+ virtual void OnWindowVisibilityChanged(aura::Window* window, |
+ bool is_visible) OVERRIDE; |
// Our associated NativeViewHost. |
NativeViewHost* host_; |