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

Side by Side Diff: ash/default_wallpaper_delegate.cc

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « ash/default_wallpaper_delegate.h ('k') | ash/devtools/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/default_wallpaper_delegate.h" 5 #include "ash/default_wallpaper_delegate.h"
6 6
7 #include "ash/common/wallpaper/wallpaper_controller.h" 7 #include "ash/wallpaper/wallpaper_controller.h"
8 #include "ash/common/wm_shell.h" 8 #include "ash/wm_shell.h"
9 #include "ui/wm/core/window_animations.h" 9 #include "ui/wm/core/window_animations.h"
10 10
11 namespace ash { 11 namespace ash {
12 12
13 int DefaultWallpaperDelegate::GetAnimationType() { 13 int DefaultWallpaperDelegate::GetAnimationType() {
14 return ::wm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE; 14 return ::wm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE;
15 } 15 }
16 16
17 int DefaultWallpaperDelegate::GetAnimationDurationOverride() { 17 int DefaultWallpaperDelegate::GetAnimationDurationOverride() {
18 return 0; 18 return 0;
(...skipping 14 matching lines...) Expand all
33 33
34 bool DefaultWallpaperDelegate::CanOpenSetWallpaperPage() { 34 bool DefaultWallpaperDelegate::CanOpenSetWallpaperPage() {
35 return false; 35 return false;
36 } 36 }
37 37
38 void DefaultWallpaperDelegate::OnWallpaperAnimationFinished() {} 38 void DefaultWallpaperDelegate::OnWallpaperAnimationFinished() {}
39 39
40 void DefaultWallpaperDelegate::OnWallpaperBootAnimationFinished() {} 40 void DefaultWallpaperDelegate::OnWallpaperBootAnimationFinished() {}
41 41
42 } // namespace ash 42 } // namespace ash
OLDNEW
« no previous file with comments | « ash/default_wallpaper_delegate.h ('k') | ash/devtools/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698