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

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

Issue 2535753009: Couple of changes for client area (Closed)
Patch Set: nuke todo Created 4 years 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 b09f96603d6f663eeacb4f92b620216a29cebbd6..e8bfb9df4f47f9fc4ea9764b6d12cf4f892db51e 100644
--- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
@@ -158,6 +158,10 @@ class VIEWS_EXPORT DesktopWindowTreeHost {
// Called when the window's size constraints change.
virtual void SizeConstraintsChanged() = 0;
+
+ // Returns true if the transparency of the DesktopNativeWidgetAura's
+ // |content_window_| should change.
+ virtual bool ShouldUpdateWindowTransparency() const = 0;
};
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698