summaryrefslogtreecommitdiffstats
path: root/views/window/native_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/native_window.h')
-rw-r--r--views/window/native_window.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/views/window/native_window.h b/views/window/native_window.h
index dc3a579..ca5c6fc 100644
--- a/views/window/native_window.h
+++ b/views/window/native_window.h
@@ -63,14 +63,6 @@ class NativeWindow {
// Enables or disables the close button for the window.
virtual void EnableClose(bool enable) = 0;
-
- // Window pass-thrus ---------------------------------------------------------
- // See documentation in window.h
-
- virtual NonClientFrameView* CreateFrameViewForWindow() = 0;
- virtual void UpdateFrameAfterFrameChange() = 0;
- virtual bool ShouldUseNativeFrame() const = 0;
- virtual void FrameTypeChanged() = 0;
};
} // namespace views