diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 16:17:24 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 16:17:24 +0000 |
commit | 595b52a3cb8b04192f47ac0039ac0a816b034b40 (patch) | |
tree | 2be11a33f7da12c9de6201a6bded1b073df28d58 /ash/drag_drop | |
parent | 80e776ae1d59c54371ae86623bea63fed23663f2 (diff) | |
download | chromium_src-595b52a3cb8b04192f47ac0039ac0a816b034b40.zip chromium_src-595b52a3cb8b04192f47ac0039ac0a816b034b40.tar.gz chromium_src-595b52a3cb8b04192f47ac0039ac0a816b034b40.tar.bz2 |
Makes the launcher use a layer with a solid color, which is cheaper
than a textured layer.
BUG=119581
TEST=none
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9835028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128500 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/drag_drop')
-rw-r--r-- | ash/drag_drop/drag_drop_controller.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/drag_drop/drag_drop_controller.cc b/ash/drag_drop/drag_drop_controller.cc index 052cb8d..5510081 100644 --- a/ash/drag_drop/drag_drop_controller.cc +++ b/ash/drag_drop/drag_drop_controller.cc @@ -13,6 +13,7 @@ #include "ui/aura/window.h" #include "ui/base/dragdrop/drag_drop_types.h" #include "ui/base/dragdrop/os_exchange_data_provider_aura.h" +#include "ui/gfx/compositor/layer.h" #include "ui/gfx/compositor/layer_animator.h" #include "ui/gfx/compositor/scoped_layer_animation_settings.h" #include "ui/gfx/point.h" |