Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h |
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
| index 26925b672ff14657c27e70c651a01e2a888ff7c4..873c051cad1adc52f8af4629ec8af92fe1e77a04 100644 |
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
| @@ -153,6 +153,9 @@ class VIEWS_EXPORT DesktopWindowTreeHost { |
| // Returns true if the Widget was closed but is still showing because of |
| // animations. |
| virtual bool IsAnimatingClosed() const = 0; |
| + |
| + // Returns true if the Widget can have a transparent background. |
|
sky
2014/07/17 15:52:32
supports translucency.
jackhou1
2014/07/18 00:41:15
Done.
|
| + virtual bool IsTranslucentWindowOpacitySupported() const = 0; |
| }; |
| } // namespace views |