summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/native_widget_view.h')
-rw-r--r--views/widget/native_widget_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/widget/native_widget_view.h b/views/widget/native_widget_view.h
index a0e7fd4..c99d5fc 100644
--- a/views/widget/native_widget_view.h
+++ b/views/widget/native_widget_view.h
@@ -60,6 +60,7 @@ class NativeWidgetView : public View {
virtual bool OnKeyPressed(const KeyEvent& event) OVERRIDE;
virtual bool OnKeyReleased(const KeyEvent& event) OVERRIDE;
virtual bool OnMouseWheel(const MouseWheelEvent& event) OVERRIDE;
+ virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
virtual void OnFocus() OVERRIDE;
virtual void OnBlur() OVERRIDE;
virtual std::string GetClassName() const OVERRIDE;