| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| ===================================================================
|
| --- ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc (revision 285043)
|
| +++ ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc (working copy)
|
| @@ -831,6 +831,10 @@
|
| return false;
|
| }
|
|
|
| +bool DesktopWindowTreeHostX11::IsTranslucentWindowOpacitySupported() const {
|
| + return false;
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopWindowTreeHostX11, aura::WindowTreeHost implementation:
|
|
|
|
|