diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 03:29:16 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 03:29:16 +0000 |
commit | f98fbadf0d5f0db84b1f89b96993ef4f3599c196 (patch) | |
tree | 0f29dd8902eaa99fe16ad59f84a380175edad76a /ash/wm/property_util.h | |
parent | 6e8e0dd81eb3cceb390dc4c635fb4e4ee920a293 (diff) | |
download | chromium_src-f98fbadf0d5f0db84b1f89b96993ef4f3599c196.zip chromium_src-f98fbadf0d5f0db84b1f89b96993ef4f3599c196.tar.gz chromium_src-f98fbadf0d5f0db84b1f89b96993ef4f3599c196.tar.bz2 |
Exempt status bubble windows from status bar darkening
BUG=139936
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10905080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154890 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/property_util.h')
-rw-r--r-- | ash/wm/property_util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ash/wm/property_util.h b/ash/wm/property_util.h index bb8e431..dde0335 100644 --- a/ash/wm/property_util.h +++ b/ash/wm/property_util.h @@ -47,6 +47,11 @@ enum WindowPersistsAcrossAllWorkspacesType { WINDOW_PERSISTS_ACROSS_ALL_WORKSPACES_VALUE_YES, }; +// Sets whether |window| is ignored when determining whether the shelf should +// be darkened when overlapped. +ASH_EXPORT void SetIgnoredByShelf(aura::Window* window, bool value); +ASH_EXPORT bool GetIgnoredByShelf(aura::Window* window); + // Sets whether the specified window is tracked by workspace code. Default is // true. If set to false the workspace does not switch the current workspace, // nor does it attempt to impose constraints on the bounds of the window. This |