| 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 b27f67ae6b6365f52ecd419fd7d55c0199c667a4..f171699e7ccaf80a8b2d522a9000dcafca0b1538 100644
|
| --- a/ui/views/widget/native_widget_aura.cc
|
| +++ b/ui/views/widget/native_widget_aura.cc
|
| @@ -691,6 +691,10 @@ ui::NativeTheme* NativeWidgetAura::GetNativeTheme() const {
|
| void NativeWidgetAura::OnRootViewLayout() const {
|
| }
|
|
|
| +bool NativeWidgetAura::IsTranslucentWindowOpacitySupported() const {
|
| + return true;
|
| +}
|
| +
|
| void NativeWidgetAura::RepostNativeEvent(gfx::NativeEvent native_event) {
|
| OnEvent(native_event);
|
| }
|
|
|