Chromium Code Reviews| Index: ui/views/widget/widget.h |
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
| index bc3f91473dd19de5175b0b939a69341424b7a329..c6df47bb43e8d7a07ce438ce79f2a2bb1569ad7f 100644 |
| --- a/ui/views/widget/widget.h |
| +++ b/ui/views/widget/widget.h |
| @@ -726,6 +726,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
| // window sizing information to the window server on some platforms. |
| void OnRootViewLayout(); |
| + // Whether the widget can have a transparent background. |
| + bool CanHaveAlphaEnabled() const; |
|
sky
2014/07/16 15:14:54
This name is confusing. No where in widget do we h
jackhou1
2014/07/17 03:07:23
Done.
|
| + |
| // Notification that our owner is closing. |
| // NOTE: this is not invoked for aura as it's currently not needed there. |
| // Under aura menus close by way of activation getting reset when the owner |