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

Unified Diff: ash/test/test_session_state_animator.h

Issue 2290473004: Rename ash desktop_background to wallpaper. (Closed)
Patch Set: Address comments. Created 4 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/sysui/wallpaper_delegate_mus.cc ('k') | ash/test/test_session_state_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_session_state_animator.h
diff --git a/ash/test/test_session_state_animator.h b/ash/test/test_session_state_animator.h
index 566af40e163cc746b9871216c39340730dbe9290..7980c849125b490f3af0bc2d72717767df821fb3 100644
--- a/ash/test/test_session_state_animator.h
+++ b/ash/test/test_session_state_animator.h
@@ -72,9 +72,9 @@ class TestSessionStateAnimator : public SessionStateAnimator {
AnimationSpeed speed,
base::Closure callback) override;
AnimationSequence* BeginAnimationSequence(base::Closure callback) override;
- bool IsBackgroundHidden() const override;
- void ShowBackground() override;
- void HideBackground() override;
+ bool IsWallpaperHidden() const override;
+ void ShowWallpaper() override;
+ void HideWallpaper() override;
private:
class AnimationSequence;
@@ -151,8 +151,8 @@ class TestSessionStateAnimator : public SessionStateAnimator {
// sequence.
int last_animation_epoch_;
- // Tracks whether the background is hidden or not.
- bool is_background_hidden_;
+ // Tracks whether the wallpaper is hidden or not.
+ bool is_wallpaper_hidden_;
DISALLOW_COPY_AND_ASSIGN(TestSessionStateAnimator);
};
« no previous file with comments | « ash/sysui/wallpaper_delegate_mus.cc ('k') | ash/test/test_session_state_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698