diff options
Diffstat (limited to 'views/widget/native_widget_win.h')
-rw-r--r-- | views/widget/native_widget_win.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h index f576d96..8fc0589 100644 --- a/views/widget/native_widget_win.h +++ b/views/widget/native_widget_win.h @@ -197,17 +197,10 @@ class NativeWidgetWin : public ui::WindowImpl, virtual void CloseNow() OVERRIDE; virtual void Show() OVERRIDE; virtual void Hide() OVERRIDE; + virtual void SetOpacity(unsigned char opacity) OVERRIDE; + virtual void SetAlwaysOnTop(bool on_top) OVERRIDE; virtual bool IsVisible() const OVERRIDE; - virtual void Activate() OVERRIDE; - virtual void Deactivate() OVERRIDE; virtual bool IsActive() const OVERRIDE; - virtual void SetAlwaysOnTop(bool always_on_top) OVERRIDE; - virtual void Maximize() OVERRIDE; - virtual void Minimize() OVERRIDE; - virtual bool IsMaximized() const OVERRIDE; - virtual bool IsMinimized() const OVERRIDE; - virtual void Restore() OVERRIDE; - virtual void SetOpacity(unsigned char opacity) OVERRIDE; virtual bool IsAccessibleWidget() const OVERRIDE; virtual bool ContainsNativeView(gfx::NativeView native_view) const OVERRIDE; virtual void RunShellDrag(View* view, @@ -394,9 +387,6 @@ class NativeWidgetWin : public ui::WindowImpl, // button if there is one, otherwise the to the Cancel button. virtual void SetInitialFocus(); - // Executes the specified SC_command. - void ExecuteSystemMenuCommand(int command); - // The TooltipManager. // WARNING: RootView's destructor calls into the TooltipManager. As such, this // must be destroyed AFTER root_view_. |