| Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| index 58cb10f8d0a4aa22470373690b1daba8574a18d9..b09f96603d6f663eeacb4f92b620216a29cebbd6 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| @@ -128,6 +128,8 @@ class VIEWS_EXPORT DesktopWindowTreeHost {
|
|
|
| virtual void SetVisibilityChangedAnimationsEnabled(bool value) = 0;
|
|
|
| + virtual NonClientFrameView* CreateNonClientFrameView() = 0;
|
| +
|
| // Determines whether the window should use native title bar and borders.
|
| virtual bool ShouldUseNativeFrame() const = 0;
|
| // Determines whether the window contents should be rendered transparently
|
|
|