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

Side by Side Diff: cc/tiles/tile_manager_perftest.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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 <stddef.h> 5 #include <stddef.h>
6 #include <stdint.h> 6 #include <stdint.h>
7 7
8 #include "base/lazy_instance.h" 8 #include "base/lazy_instance.h"
9 #include "base/location.h" 9 #include "base/location.h"
10 #include "base/memory/ptr_util.h"
10 #include "base/threading/thread_task_runner_handle.h" 11 #include "base/threading/thread_task_runner_handle.h"
11 #include "base/time/time.h" 12 #include "base/time/time.h"
12 #include "cc/debug/lap_timer.h" 13 #include "cc/debug/lap_timer.h"
13 #include "cc/raster/raster_buffer.h" 14 #include "cc/raster/raster_buffer.h"
14 #include "cc/test/begin_frame_args_test.h" 15 #include "cc/test/begin_frame_args_test.h"
15 #include "cc/test/fake_compositor_frame_sink.h" 16 #include "cc/test/fake_compositor_frame_sink.h"
16 #include "cc/test/fake_compositor_frame_sink_client.h" 17 #include "cc/test/fake_compositor_frame_sink_client.h"
17 #include "cc/test/fake_impl_task_runner_provider.h" 18 #include "cc/test/fake_impl_task_runner_provider.h"
18 #include "cc/test/fake_layer_tree_host_impl.h" 19 #include "cc/test/fake_layer_tree_host_impl.h"
19 #include "cc/test/fake_picture_layer_impl.h" 20 #include "cc/test/fake_picture_layer_impl.h"
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 RunEvictionQueueConstructAndIterateTest("10_64", 10, 64); 346 RunEvictionQueueConstructAndIterateTest("10_64", 10, 64);
346 RunEvictionQueueConstructAndIterateTest("10_128", 10, 128); 347 RunEvictionQueueConstructAndIterateTest("10_128", 10, 128);
347 RunEvictionQueueConstructAndIterateTest("50_16", 50, 16); 348 RunEvictionQueueConstructAndIterateTest("50_16", 50, 16);
348 RunEvictionQueueConstructAndIterateTest("50_32", 50, 32); 349 RunEvictionQueueConstructAndIterateTest("50_32", 50, 32);
349 RunEvictionQueueConstructAndIterateTest("50_64", 50, 64); 350 RunEvictionQueueConstructAndIterateTest("50_64", 50, 64);
350 RunEvictionQueueConstructAndIterateTest("50_128", 50, 128); 351 RunEvictionQueueConstructAndIterateTest("50_128", 50, 128);
351 } 352 }
352 353
353 } // namespace 354 } // namespace
354 } // namespace cc 355 } // namespace cc
OLDNEW
« no previous file with comments | « cc/tiles/picture_layer_tiling_set_unittest.cc ('k') | cc/trees/layer_tree_host_unittest_scroll.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698