summaryrefslogtreecommitdiffstats
path: root/views/window/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/window.h')
-rw-r--r--views/window/window.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/views/window/window.h b/views/window/window.h
index b5a1f56..e80ef98 100644
--- a/views/window/window.h
+++ b/views/window/window.h
@@ -143,6 +143,12 @@ class Window {
// Retrieves the Window's native window handle.
virtual gfx::NativeWindow GetNativeWindow() const = 0;
+
+ // Whether we should be using a native frame.
+ virtual bool ShouldUseNativeFrame() const = 0;
+
+ // Tell the window that something caused the frame type to change.
+ virtual void FrameTypeChanged() = 0;
};
} // namespace views