summaryrefslogtreecommitdiffstats
path: root/views/window/native_window_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/native_window_gtk.h')
-rw-r--r--views/window/native_window_gtk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/views/window/native_window_gtk.h b/views/window/native_window_gtk.h
index 6516b33..776356b 100644
--- a/views/window/native_window_gtk.h
+++ b/views/window/native_window_gtk.h
@@ -61,8 +61,6 @@ class NativeWindowGtk : public NativeWidgetGtk, public NativeWindow {
virtual void SetAccessibleName(const std::wstring& name) OVERRIDE;
virtual void SetAccessibleRole(ui::AccessibilityTypes::Role role) OVERRIDE;
virtual void SetAccessibleState(ui::AccessibilityTypes::State state) OVERRIDE;
- virtual void SetFullscreen(bool fullscreen) OVERRIDE;
- virtual bool IsFullscreen() const OVERRIDE;
virtual void SetUseDragFrame(bool use_drag_frame) OVERRIDE;
virtual NonClientFrameView* CreateFrameViewForWindow() OVERRIDE;
virtual void UpdateFrameAfterFrameChange() OVERRIDE;