| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index bc3f91473dd19de5175b0b939a69341424b7a329..3157e5bc85b18b781bb3dd364c746d2c303ade22 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -732,6 +732,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| // closes.
|
| virtual void OnOwnerClosing();
|
|
|
| + // Whether the widget can have a transparent background.
|
| + bool CanHaveAlphaEnabled() const;
|
| +
|
| // Overridden from NativeWidgetDelegate:
|
| virtual bool IsModal() const OVERRIDE;
|
| virtual bool IsDialogBox() const OVERRIDE;
|
|
|