Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc |
diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc |
index 1574dfe128c87581aa14fa2f0a778a214f8d514b..f2f6b8e4024fd13c2dbfbd9365e509991a61edd1 100644 |
--- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc |
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc |
@@ -806,7 +806,7 @@ bool DesktopWindowTreeHostX11::IsAnimatingClosed() const { |
} |
bool DesktopWindowTreeHostX11::IsTranslucentWindowOpacitySupported() const { |
- return false; |
+ return true; |
jackhou1
2014/07/22 05:35:35
I don't think this works on Linux, (it might not b
|
} |
//////////////////////////////////////////////////////////////////////////////// |