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

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

Issue 11228059: cc: Remove CC*.h temporary includes, part 6/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase - fix conflicts Created 8 years, 2 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/layer_test_common.cc ('k') | cc/test/mock_quad_culler.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 "config.h" 5 #include "config.h"
6 6
7 #include "CCThreadedTest.h" 7 #include "cc/test/layer_tree_test_common.h"
8 8
9 #include "CCActiveAnimation.h"
10 #include "base/stl_util.h" 9 #include "base/stl_util.h"
10 #include "cc/active_animation.h"
11 #include "cc/content_layer.h" 11 #include "cc/content_layer.h"
12 #include "cc/input_handler.h" 12 #include "cc/input_handler.h"
13 #include "cc/layer.h" 13 #include "cc/layer.h"
14 #include "cc/layer_animation_controller.h" 14 #include "cc/layer_animation_controller.h"
15 #include "cc/layer_impl.h" 15 #include "cc/layer_impl.h"
16 #include "cc/layer_tree_host_impl.h" 16 #include "cc/layer_tree_host_impl.h"
17 #include "cc/scoped_thread_proxy.h" 17 #include "cc/scoped_thread_proxy.h"
18 #include "cc/settings.h" 18 #include "cc/settings.h"
19 #include "cc/single_thread_proxy.h" 19 #include "cc/single_thread_proxy.h"
20 #include "cc/test/animation_test_common.h" 20 #include "cc/test/animation_test_common.h"
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 if (m_timedOut) { 575 if (m_timedOut) {
576 FAIL() << "Test timed out"; 576 FAIL() << "Test timed out";
577 Platform::current()->compositorSupport()->shutdown(); 577 Platform::current()->compositorSupport()->shutdown();
578 return; 578 return;
579 } 579 }
580 afterTest(); 580 afterTest();
581 Platform::current()->compositorSupport()->shutdown(); 581 Platform::current()->compositorSupport()->shutdown();
582 } 582 }
583 583
584 } // namespace WebKitTests 584 } // namespace WebKitTests
OLDNEW
« no previous file with comments | « cc/test/layer_test_common.cc ('k') | cc/test/mock_quad_culler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698