Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h |
=================================================================== |
--- ui/views/widget/desktop_aura/desktop_window_tree_host.h (revision 285043) |
+++ ui/views/widget/desktop_aura/desktop_window_tree_host.h (working copy) |
@@ -153,6 +153,9 @@ |
// Returns true if the Widget was closed but is still showing because of |
// animations. |
virtual bool IsAnimatingClosed() const = 0; |
+ |
+ // Returns true if the Widget supports translucency. |
+ virtual bool IsTranslucentWindowOpacitySupported() const = 0; |
}; |
} // namespace views |