| Index: ui/views/widget/native_widget_aura.cc
|
| diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc
|
| index 2fd2983473b38861103e48cd4b66fc24e0429e20..4b426cfc68aef34728e097dc2f1894accd75950c 100644
|
| --- a/ui/views/widget/native_widget_aura.cc
|
| +++ b/ui/views/widget/native_widget_aura.cc
|
| @@ -198,6 +198,10 @@ bool NativeWidgetAura::ShouldUseNativeFrame() const {
|
| return false;
|
| }
|
|
|
| +bool NativeWidgetAura::ShouldWindowContentsBeTransparent() const {
|
| + return false;
|
| +}
|
| +
|
| void NativeWidgetAura::FrameTypeChanged() {
|
| // This is called when the Theme has changed; forward the event to the root
|
| // widget.
|
|
|