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

Side by Side Diff: ash/shelf/shelf_background_animator_unittest.cc

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: 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/shelf/shelf_background_animator.cc ('k') | ash/shelf/shelf_button.cc » ('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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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/shelf/shelf_background_animator.h" 5 #include "ash/shelf/shelf_background_animator.h"
6 6
7 #include <memory> 7 #include <memory>
8 8
9 #include "ash/animation/animation_change_type.h" 9 #include "ash/animation/animation_change_type.h"
10 #include "ash/common/wallpaper/wallpaper_controller.h"
11 #include "ash/common/wm_shell.h"
12 #include "ash/shelf/shelf_background_animator_observer.h" 10 #include "ash/shelf/shelf_background_animator_observer.h"
13 #include "ash/shelf/shelf_constants.h" 11 #include "ash/shelf/shelf_constants.h"
12 #include "ash/wallpaper/wallpaper_controller.h"
13 #include "ash/wm_shell.h"
14 #include "base/bind.h" 14 #include "base/bind.h"
15 #include "base/macros.h" 15 #include "base/macros.h"
16 #include "base/test/test_mock_time_task_runner.h" 16 #include "base/test/test_mock_time_task_runner.h"
17 #include "base/threading/thread_task_runner_handle.h" 17 #include "base/threading/thread_task_runner_handle.h"
18 #include "testing/gtest/include/gtest/gtest.h" 18 #include "testing/gtest/include/gtest/gtest.h"
19 #include "ui/gfx/animation/slide_animation.h" 19 #include "ui/gfx/animation/slide_animation.h"
20 20
21 namespace ash { 21 namespace ash {
22 namespace { 22 namespace {
23 23
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 ObserversAreNotifiedWhenSnappingToSameTargetBackground) { 296 ObserversAreNotifiedWhenSnappingToSameTargetBackground) {
297 PaintBackground(SHELF_BACKGROUND_DEFAULT); 297 PaintBackground(SHELF_BACKGROUND_DEFAULT);
298 SetColorValuesOnObserver(kDummyColor); 298 SetColorValuesOnObserver(kDummyColor);
299 PaintBackground(SHELF_BACKGROUND_DEFAULT); 299 PaintBackground(SHELF_BACKGROUND_DEFAULT);
300 300
301 EXPECT_NE(observer_.background_color(), kDummyColor); 301 EXPECT_NE(observer_.background_color(), kDummyColor);
302 EXPECT_NE(observer_.item_background_color(), kDummyColor); 302 EXPECT_NE(observer_.item_background_color(), kDummyColor);
303 } 303 }
304 304
305 } // namespace ash 305 } // namespace ash
OLDNEW
« no previous file with comments | « ash/shelf/shelf_background_animator.cc ('k') | ash/shelf/shelf_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698