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

Side by Side Diff: cc/layer_tree_host_impl_unittest.cc

Issue 11358240: ui: Add methods to Rect classes to get points at each of the rect's corners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update cc Created 8 years, 1 month 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/page_scale_animation.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 "cc/layer_tree_host_impl.h" 5 #include "cc/layer_tree_host_impl.h"
6 6
7 #include <cmath> 7 #include <cmath>
8 8
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/command_line.h" 10 #include "base/command_line.h"
11 #include "base/hash_tables.h" 11 #include "base/hash_tables.h"
12 #include "cc/delegated_renderer_layer_impl.h" 12 #include "cc/delegated_renderer_layer_impl.h"
13 #include "cc/geometry.h"
14 #include "cc/gl_renderer.h" 13 #include "cc/gl_renderer.h"
15 #include "cc/heads_up_display_layer_impl.h" 14 #include "cc/heads_up_display_layer_impl.h"
16 #include "cc/io_surface_layer_impl.h" 15 #include "cc/io_surface_layer_impl.h"
17 #include "cc/layer_impl.h" 16 #include "cc/layer_impl.h"
18 #include "cc/layer_tiling_data.h" 17 #include "cc/layer_tiling_data.h"
19 #include "cc/math_util.h" 18 #include "cc/math_util.h"
20 #include "cc/quad_sink.h" 19 #include "cc/quad_sink.h"
21 #include "cc/render_pass_draw_quad.h" 20 #include "cc/render_pass_draw_quad.h"
22 #include "cc/scrollbar_geometry_fixed_thumb.h" 21 #include "cc/scrollbar_geometry_fixed_thumb.h"
23 #include "cc/scrollbar_layer_impl.h" 22 #include "cc/scrollbar_layer_impl.h"
(...skipping 4445 matching lines...) Expand 10 before | Expand all | Expand 10 after
4469 testCaseIndex++; 4468 testCaseIndex++;
4470 } 4469 }
4471 } 4470 }
4472 4471
4473 INSTANTIATE_TEST_CASE_P(LayerTreeHostImplTests, 4472 INSTANTIATE_TEST_CASE_P(LayerTreeHostImplTests,
4474 LayerTreeHostImplTest, 4473 LayerTreeHostImplTest,
4475 ::testing::Values(false, true)); 4474 ::testing::Values(false, true));
4476 4475
4477 } // namespace 4476 } // namespace
4478 } // namespace cc 4477 } // namespace cc
OLDNEW
« no previous file with comments | « cc/layer_tree_host_impl.cc ('k') | cc/page_scale_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698