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

Side by Side Diff: cc/test/layer_tree_test_common.cc

Issue 11636051: Rename ActiveAnimation -> Animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | webkit/compositor_bindings/web_animation_impl.h » ('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 2011 The Chromium Authors. All rights reserved. 1 // Copyright 2011 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/test/layer_tree_test_common.h" 5 #include "cc/test/layer_tree_test_common.h"
6 6
7 #include "cc/active_animation.h" 7 #include "cc/animation.h"
8 #include "cc/animation_registrar.h" 8 #include "cc/animation_registrar.h"
9 #include "cc/content_layer.h" 9 #include "cc/content_layer.h"
10 #include "cc/font_atlas.h" 10 #include "cc/font_atlas.h"
11 #include "cc/input_handler.h" 11 #include "cc/input_handler.h"
12 #include "cc/layer.h" 12 #include "cc/layer.h"
13 #include "cc/layer_animation_controller.h" 13 #include "cc/layer_animation_controller.h"
14 #include "cc/layer_impl.h" 14 #include "cc/layer_impl.h"
15 #include "cc/layer_tree_host_impl.h" 15 #include "cc/layer_tree_host_impl.h"
16 #include "cc/single_thread_proxy.h" 16 #include "cc/single_thread_proxy.h"
17 #include "cc/thread_impl.h" 17 #include "cc/thread_impl.h"
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 ASSERT_FALSE(m_layerTreeHost.get()); 437 ASSERT_FALSE(m_layerTreeHost.get());
438 m_client.reset(); 438 m_client.reset();
439 if (m_timedOut) { 439 if (m_timedOut) {
440 FAIL() << "Test timed out"; 440 FAIL() << "Test timed out";
441 return; 441 return;
442 } 442 }
443 afterTest(); 443 afterTest();
444 } 444 }
445 445
446 } // namespace cc 446 } // namespace cc
OLDNEW
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | webkit/compositor_bindings/web_animation_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698