diff options
author | yusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-10 17:41:41 +0000 |
---|---|---|
committer | yusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-10 17:41:41 +0000 |
commit | 4b058b24ae58375119cc10a59c349f3ce19083eb (patch) | |
tree | e896d309b78e23b65840cd363fd8a1689766cbd9 /ash/wm/window_resizer.h | |
parent | 924f86d56139b76a8c9c0ae58aca54317177917e (diff) | |
download | chromium_src-4b058b24ae58375119cc10a59c349f3ce19083eb.zip chromium_src-4b058b24ae58375119cc10a59c349f3ce19083eb.tar.gz chromium_src-4b058b24ae58375119cc10a59c349f3ce19083eb.tar.bz2 |
While dragging a window, show a semi-transparent aura window instead of the standard gray phantom window.
BUG=136816
TEST=new unit tests passed on try
Review URL: https://chromiumcodereview.appspot.com/10823199
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151073 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/window_resizer.h')
-rw-r--r-- | ash/wm/window_resizer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/wm/window_resizer.h b/ash/wm/window_resizer.h index 80ae948..ab37ce5 100644 --- a/ash/wm/window_resizer.h +++ b/ash/wm/window_resizer.h @@ -74,6 +74,9 @@ class ASH_EXPORT WindowResizer { // Location passed to the constructor, in |window->parent()|'s coordinates. gfx::Point initial_location_in_parent; + // Initial opacity of the window. + float initial_opacity; + // The component the user pressed on. int window_component; |