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

Unified Diff: ash/default_user_wallpaper_delegate.cc

Issue 1900443002: Removes aura dependencies from WindowPositioner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke GetWorkAreaForWindowInParent and fix windows Created 4 years, 8 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/ash.gyp ('k') | ash/desktop_background/desktop_background_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/default_user_wallpaper_delegate.cc
diff --git a/ash/default_user_wallpaper_delegate.cc b/ash/default_user_wallpaper_delegate.cc
index c6a5587e175afa997af58a4ddfa61b0b0a2dd25f..f42ac714bc6b10b85c25720d932cfb065d0f6c7e 100644
--- a/ash/default_user_wallpaper_delegate.cc
+++ b/ash/default_user_wallpaper_delegate.cc
@@ -11,7 +11,7 @@
namespace ash {
int DefaultUserWallpaperDelegate::GetAnimationType() {
- return wm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE;
+ return ::wm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE;
}
int DefaultUserWallpaperDelegate::GetAnimationDurationOverride() {
« no previous file with comments | « ash/ash.gyp ('k') | ash/desktop_background/desktop_background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698