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_; } |