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

Unified Diff: ash/launcher/background_animator.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 | « no previous file | ash/launcher/launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/background_animator.h
diff --git a/ash/launcher/background_animator.h b/ash/launcher/background_animator.h
index 8b27f65eaba55ffca707273dc8cbb929512d0c29..cb4bdcd8b43002738dd14ca6075e157077cfce39 100644
--- a/ash/launcher/background_animator.h
+++ b/ash/launcher/background_animator.h
@@ -41,6 +41,7 @@ class ASH_EXPORT BackgroundAnimator : public ui::AnimationDelegate {
// is |CHANGE_IMMEDIATE| and an animation is not in progress this notifies
// the delegate immediately (synchronously from this method).
void SetPaintsBackground(bool value, ChangeType type);
+ bool paints_background() const { return paints_background_; }
// Current alpha.
int alpha() const { return alpha_; }
« no previous file with comments | « no previous file | ash/launcher/launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698