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

Unified Diff: ash/launcher/launcher.h

Issue 10824219: Fixes bug where launcher background would remain painted when it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment tweaks Created 8 years, 4 months 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/launcher/background_animator.h ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher.h
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
index 3b5cbc6b48601b492e6fa6bc61db4ed05ab1fb6b..eb352973902224a34c98765f00eb541603e7bfee 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -56,6 +56,9 @@ class ASH_EXPORT Launcher : public internal::BackgroundAnimatorDelegate {
void SetPaintsBackground(
bool value,
internal::BackgroundAnimator::ChangeType change_type);
+ bool paints_background() const {
+ return background_animator_.paints_background();
+ }
// Sets the size of the status area.
void SetStatusSize(const gfx::Size& size);
« no previous file with comments | « ash/launcher/background_animator.h ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698