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

Unified Diff: ash/utility/screenshot_controller.cc

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/touch/touch_uma.cc ('k') | ash/wallpaper/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/utility/screenshot_controller.cc
diff --git a/ash/utility/screenshot_controller.cc b/ash/utility/screenshot_controller.cc
index 683fd6d83bdc13910b27262388a60f574fbad966..1a912248812441001d980b71752a9aab4ba9ea29 100644
--- a/ash/utility/screenshot_controller.cc
+++ b/ash/utility/screenshot_controller.cc
@@ -387,8 +387,8 @@ void ScreenshotController::UpdateSelectedWindow(ui::LocatedEvent* event) {
selected = selected->parent();
}
- if (selected->parent()->id() == kShellWindowId_DesktopBackgroundContainer ||
- selected->parent()->id() == kShellWindowId_LockScreenBackgroundContainer)
+ if (selected->parent()->id() == kShellWindowId_WallpaperContainer ||
+ selected->parent()->id() == kShellWindowId_LockScreenWallpaperContainer)
selected = nullptr;
SetSelectedWindow(selected);
« no previous file with comments | « ash/touch/touch_uma.cc ('k') | ash/wallpaper/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698