| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| index 60458c7cdfb41008404bf285b4ddd1c716146b3f..1a457951f3e923d2718a67cbe211e77ef3a33376 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| @@ -932,6 +932,11 @@ void DesktopNativeWidgetAura::OnRootViewLayout() const {
|
| desktop_window_tree_host_->OnRootViewLayout();
|
| }
|
|
|
| +bool DesktopNativeWidgetAura::IsTranslucentWindowOpacitySupported() const {
|
| + return content_window_ &&
|
| + desktop_window_tree_host_->IsTranslucentWindowOpacitySupported();
|
| +}
|
| +
|
| void DesktopNativeWidgetAura::RepostNativeEvent(gfx::NativeEvent native_event) {
|
| OnEvent(native_event);
|
| }
|
|
|