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

Side by Side Diff: cc/layer_tree_host_impl_unittest.cc

Issue 11233025: cc: Remove CC*.h temporary includes, part 4/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/layer_tree_host_impl.cc ('k') | cc/layer_tree_host_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 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 "CCLayerTreeHostImpl.h" 7 #include "cc/layer_tree_host_impl.h"
8 8
9 #include "CCDelegatedRendererLayerImpl.h" 9 #include "CCDelegatedRendererLayerImpl.h"
10 #include "CCHeadsUpDisplayLayerImpl.h" 10 #include "CCHeadsUpDisplayLayerImpl.h"
11 #include "CCIOSurfaceLayerImpl.h" 11 #include "CCIOSurfaceLayerImpl.h"
12 #include "CCLayerImpl.h" 12 #include "CCLayerImpl.h"
13 #include "CCLayerTilingData.h" 13 #include "CCLayerTilingData.h"
14 #include "CCQuadSink.h"
15 #include "CCRenderPassDrawQuad.h"
16 #include "base/command_line.h" 14 #include "base/command_line.h"
17 #include "base/hash_tables.h" 15 #include "base/hash_tables.h"
18 #include "cc/gl_renderer.h" 16 #include "cc/gl_renderer.h"
17 #include "cc/quad_sink.h"
18 #include "cc/render_pass_draw_quad.h"
19 #include "cc/scrollbar_geometry_fixed_thumb.h" 19 #include "cc/scrollbar_geometry_fixed_thumb.h"
20 #include "cc/scrollbar_layer_impl.h" 20 #include "cc/scrollbar_layer_impl.h"
21 #include "cc/settings.h" 21 #include "cc/settings.h"
22 #include "cc/single_thread_proxy.h" 22 #include "cc/single_thread_proxy.h"
23 #include "cc/solid_color_draw_quad.h" 23 #include "cc/solid_color_draw_quad.h"
24 #include "cc/test/animation_test_common.h" 24 #include "cc/test/animation_test_common.h"
25 #include "cc/test/fake_web_compositor_output_surface.h" 25 #include "cc/test/fake_web_compositor_output_surface.h"
26 #include "cc/test/fake_web_graphics_context_3d.h" 26 #include "cc/test/fake_web_graphics_context_3d.h"
27 #include "cc/test/fake_web_scrollbar_theme_geometry.h" 27 #include "cc/test/fake_web_scrollbar_theme_geometry.h"
28 #include "cc/test/geometry_test_utils.h" 28 #include "cc/test/geometry_test_utils.h"
(...skipping 4345 matching lines...) Expand 10 before | Expand all | Expand 10 after
4374 verifyRenderPassTestData(removeRenderPassesCases[testCaseIndex], testDat a); 4374 verifyRenderPassTestData(removeRenderPassesCases[testCaseIndex], testDat a);
4375 testCaseIndex++; 4375 testCaseIndex++;
4376 } 4376 }
4377 } 4377 }
4378 4378
4379 INSTANTIATE_TEST_CASE_P(CCLayerTreeHostImplTests, 4379 INSTANTIATE_TEST_CASE_P(CCLayerTreeHostImplTests,
4380 CCLayerTreeHostImplTest, 4380 CCLayerTreeHostImplTest,
4381 ::testing::Values(false, true)); 4381 ::testing::Values(false, true));
4382 4382
4383 } // namespace 4383 } // namespace
OLDNEW
« no previous file with comments | « cc/layer_tree_host_impl.cc ('k') | cc/layer_tree_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698