Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: ash/shelf/shelf_widget.h

Issue 98373006: Animating docked background in sync with shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Animating docked background in sync with shelf (rebase) Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shelf/shelf_layout_manager_observer.h ('k') | ash/shelf/shelf_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_widget.h
diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h
index c7adb742555845ad3da53dc620b615ac45a6d6d5..83d4a8d70135a1bc30c8c8ecd7f2eb9d09ed5f8c 100644
--- a/ash/shelf/shelf_widget.h
+++ b/ash/shelf/shelf_widget.h
@@ -43,12 +43,11 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
ShelfAlignment GetAlignment() const;
// Sets the shelf's background type.
- void SetPaintsBackground(
- ShelfBackgroundType background_type,
- internal::BackgroundAnimator::ChangeType change_type);
+ void SetPaintsBackground(ShelfBackgroundType background_type,
+ BackgroundAnimatorChangeType change_type);
ShelfBackgroundType GetBackgroundType() const;
- // Causes shelf items to be slightly dimmed (eg when a window is maximized).
+ // Causes shelf items to be slightly dimmed (e.g. when a window is maximized).
void SetDimsShelf(bool dimming);
bool GetDimsShelf() const;
« no previous file with comments | « ash/shelf/shelf_layout_manager_observer.h ('k') | ash/shelf/shelf_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698