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

Unified Diff: ui/views/views_delegate.h

Issue 108193005: Fixing opacity for browser frame window on ASH/Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modified definition for UseTransparentWindows as per code review discussion. Created 7 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/views_delegate.h
diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
index 85fa50b5aa5d6e18a3ec83d85916ed811f96a4bb..597a3cb4c5f5f6e0d5d9e4a1b8c3fd95748d73a5 100644
--- a/ui/views/views_delegate.h
+++ b/ui/views/views_delegate.h
@@ -105,7 +105,7 @@ class VIEWS_EXPORT ViewsDelegate {
// Returns whether the embedding app wants windows to be created with the
// views::Widget marked as transparent. For example, an app may wish to
// apply transparent window frames in the NonClientFrameView.
- virtual bool UseTransparentWindows() const = 0;
+ virtual bool UseTransparentWindows(Widget::InitParams* params) const = 0;
// AddRef/ReleaseRef are invoked while a menu is visible. They are used to
// ensure we don't attempt to exit while a menu is showing.

Powered by Google App Engine
This is Rietveld 408576698