X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fviews%2Fwidget%2Fdesktop_aura%2Fdesktop_window_tree_host.h;h=9ccb67225a11be624aba85968e972cb142982f1b;hb=490a4587e7e356282cb1453efaf36de4acc9762f;hp=26925b672ff14657c27e70c651a01e2a888ff7c4;hpb=3a51af92707b9c600d06a404c9db8f07fcd50959;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/src/ui/views/widget/desktop_aura/desktop_window_tree_host.h index 26925b6..9ccb672 100644 --- a/src/ui/views/widget/desktop_aura/desktop_window_tree_host.h +++ b/src/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 supports translucency. + virtual bool IsTranslucentWindowOpacitySupported() const = 0; }; } // namespace views