| 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 24288c8fe5d137072d4abc5acf72f9af81670f41..48ecbc7bb883e969028f1f67993b69f6fcbbff2f 100644
|
| --- a/ui/views/widget/native_widget_aura.cc
|
| +++ b/ui/views/widget/native_widget_aura.cc
|
| @@ -753,9 +753,6 @@ ui::NativeTheme* NativeWidgetAura::GetNativeTheme() const {
|
| #endif
|
| }
|
|
|
| -void NativeWidgetAura::OnRootViewLayout() {
|
| -}
|
| -
|
| bool NativeWidgetAura::IsTranslucentWindowOpacitySupported() const {
|
| return true;
|
| }
|
|
|