Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(679)

Unified Diff: ui/views/widget/desktop_aura/desktop_window_tree_host.h

Issue 2507963002: Implement hit tests/client area. (Closed)
Patch Set: add it back Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698