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

Side by Side Diff: cc/animation/element_animations_unittest.cc

Issue 2598963005: Include-what-you-use for WrapUnique/MakeUnique. (Closed)
Patch Set: restore order of includes in x11_topmost_window_finder_interactive_uitest.cc Created 3 years, 12 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 | « blimp/helium/object_sync_state.h ('k') | cc/blimp/compositor_state_deserializer_unittest.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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 "cc/animation/element_animations.h" 5 #include "cc/animation/element_animations.h"
6 6
7 #include "base/memory/ptr_util.h"
7 #include "cc/animation/animation_delegate.h" 8 #include "cc/animation/animation_delegate.h"
8 #include "cc/animation/animation_events.h" 9 #include "cc/animation/animation_events.h"
9 #include "cc/animation/animation_host.h" 10 #include "cc/animation/animation_host.h"
10 #include "cc/animation/animation_id_provider.h" 11 #include "cc/animation/animation_id_provider.h"
11 #include "cc/animation/animation_player.h" 12 #include "cc/animation/animation_player.h"
12 #include "cc/animation/animation_timeline.h" 13 #include "cc/animation/animation_timeline.h"
13 #include "cc/animation/keyframed_animation_curve.h" 14 #include "cc/animation/keyframed_animation_curve.h"
14 #include "cc/animation/scroll_offset_animation_curve.h" 15 #include "cc/animation/scroll_offset_animation_curve.h"
15 #include "cc/animation/transform_operations.h" 16 #include "cc/animation/transform_operations.h"
16 #include "cc/test/animation_test_common.h" 17 #include "cc/test/animation_test_common.h"
(...skipping 3532 matching lines...) Expand 10 before | Expand all | Expand 10 after
3549 DestroyTestMainLayer(); 3550 DestroyTestMainLayer();
3550 EXPECT_EQ(0u, host_->ticking_players_for_testing().size()); 3551 EXPECT_EQ(0u, host_->ticking_players_for_testing().size());
3551 3552
3552 PushProperties(); 3553 PushProperties();
3553 EXPECT_EQ(0u, host_->ticking_players_for_testing().size()); 3554 EXPECT_EQ(0u, host_->ticking_players_for_testing().size());
3554 EXPECT_EQ(0u, host_impl_->ticking_players_for_testing().size()); 3555 EXPECT_EQ(0u, host_impl_->ticking_players_for_testing().size());
3555 } 3556 }
3556 3557
3557 } // namespace 3558 } // namespace
3558 } // namespace cc 3559 } // namespace cc
OLDNEW
« no previous file with comments | « blimp/helium/object_sync_state.h ('k') | cc/blimp/compositor_state_deserializer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698