diff options
author | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-04 21:18:21 +0000 |
---|---|---|
committer | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-04 21:18:21 +0000 |
commit | c38f941e61d37be52f5527c82312a7d5cd473674 (patch) | |
tree | 67e9215708116a469e403330a4510d8a8d5f1ecc /ash/shell_window_ids.h | |
parent | 793202cbba51adb7f7a72af9f28245ab82a8daa3 (diff) | |
download | chromium_src-c38f941e61d37be52f5527c82312a7d5cd473674.zip chromium_src-c38f941e61d37be52f5527c82312a7d5cd473674.tar.gz chromium_src-c38f941e61d37be52f5527c82312a7d5cd473674.tar.bz2 |
Extract the code of showing a dragging window on another display from PhantomWindowController.
PhantomWindowController shows two styles of window, STYLE_SHADOW and STYLE_DRAGGING.
Although STYLE_SHADOW is specific to workspace, STYLE_DRAGGING is not specific to
workspace. This CL separates this feature into two classes so that the
STYLE_DRAGGING part can be used from non-workspace specific code
- Extract the STYLE_DRAGGING part from PhantomWindowController into DragWindowController.
- Move the ownership of the copied window layer from WorkspaceWindowResizer to
DragWindowController.
BUG=156519
Review URL: https://chromiumcodereview.appspot.com/11280283
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_window_ids.h')
-rw-r--r-- | ash/shell_window_ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h index 0a15aeb..465965e 100644 --- a/ash/shell_window_ids.h +++ b/ash/shell_window_ids.h @@ -93,7 +93,7 @@ const int kShellWindowId_SettingBubbleContainer = 19; // region selector for partial screenshots. const int kShellWindowId_OverlayContainer = 20; -// ID of the window created by PhantomWindowController. +// ID of the window created by PhantomWindowController or DragWindowController. const int kShellWindowId_PhantomWindow = 21; // The topmost container, used for power off animation. |