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); |