diff options
author | harrym@chromium.org <harrym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 08:13:41 +0000 |
---|---|---|
committer | harrym@chromium.org <harrym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 08:13:41 +0000 |
commit | 07a7af9fbd4530e8f926baf6367f4ba95c925d6b (patch) | |
tree | 5fc8f9f2599d580085965e92cb0ad91d748b74c8 /ash/shelf | |
parent | d141b92555ee9218ec843bdab874bafeefde7b24 (diff) | |
download | chromium_src-07a7af9fbd4530e8f926baf6367f4ba95c925d6b.zip chromium_src-07a7af9fbd4530e8f926baf6367f4ba95c925d6b.tar.gz chromium_src-07a7af9fbd4530e8f926baf6367f4ba95c925d6b.tar.bz2 |
Status Area Update
Status area updated for the alternate shelf layout, no longer has a visual hover state, uses images instead of shaded rounded rectangle, and has a visual 'pressed' state (also uses alternate default state art asset when the shelf is 'dimmed' to add contrast).
BUG=245012
Review URL: https://chromiumcodereview.appspot.com/18175003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210517 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shelf')
-rw-r--r-- | ash/shelf/shelf_widget.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc index 223d034..ad11e7d 100644 --- a/ash/shelf/shelf_widget.cc +++ b/ash/shelf/shelf_widget.cc @@ -491,6 +491,7 @@ void ShelfWidget::SetDimsShelf(bool dimming) { delegate_view_->SetDimmed(dimming); if (launcher_) launcher_->GetAppListButtonView()->SchedulePaint(); + status_area_widget_->GetContentsView()->SchedulePaint(); } bool ShelfWidget::GetDimsShelf() const { |