| 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.
|
|
|