diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-16 13:23:45 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-16 13:23:45 +0000 |
commit | 0b0b074f6a864e98ad8bf7f78a583df86039e6e3 (patch) | |
tree | 92be984e5aac798ff2c063db90c73c0155e64a7f /ash/shell_window_ids.h | |
parent | 5c1eeb8382a3ad697d90857ae3f7baf34a206bf7 (diff) | |
download | chromium_src-0b0b074f6a864e98ad8bf7f78a583df86039e6e3.zip chromium_src-0b0b074f6a864e98ad8bf7f78a583df86039e6e3.tar.gz chromium_src-0b0b074f6a864e98ad8bf7f78a583df86039e6e3.tar.bz2 |
Implement taking partial screenshot.
BUG=108763
TEST=manually && aura_shell_unittests passed
Review URL: http://codereview.chromium.org/9368051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_window_ids.h')
-rw-r--r-- | ash/shell_window_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h index 981698f..ff5d441 100644 --- a/ash/shell_window_ids.h +++ b/ash/shell_window_ids.h @@ -53,6 +53,10 @@ const int kShellWindowId_DragImageAndTooltipContainer = 11; // (volume, brightness, etc.). const int kShellWindowId_SettingBubbleContainer = 12; +// The container for special components overlaid onscreen, such as the +// region selector for partial screenshots. +const int kShellWindowId_OverlayContainer = 13; + } // namespace internal } // namespace ash |