Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
=================================================================== |
--- ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (revision 285043) |
+++ ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (working copy) |
@@ -932,6 +932,11 @@ |
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); |
} |