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

Side by Side Diff: cc/trees/layer_tree_host_unittest.cc

Issue 1971783002: Fix include path for moved thread_task_runner_handle.h header in cc/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: Created 4 years, 7 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 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/trees/layer_tree_host.h" 5 #include "cc/trees/layer_tree_host.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <algorithm> 10 #include <algorithm>
11 11
12 #include "base/auto_reset.h" 12 #include "base/auto_reset.h"
13 #include "base/location.h" 13 #include "base/location.h"
14 #include "base/memory/ptr_util.h" 14 #include "base/memory/ptr_util.h"
15 #include "base/single_thread_task_runner.h" 15 #include "base/single_thread_task_runner.h"
16 #include "base/synchronization/lock.h" 16 #include "base/synchronization/lock.h"
17 #include "base/thread_task_runner_handle.h" 17 #include "base/threading/thread_task_runner_handle.h"
18 #include "cc/animation/timing_function.h" 18 #include "cc/animation/timing_function.h"
19 #include "cc/debug/frame_rate_counter.h" 19 #include "cc/debug/frame_rate_counter.h"
20 #include "cc/input/scroll_elasticity_helper.h" 20 #include "cc/input/scroll_elasticity_helper.h"
21 #include "cc/layers/content_layer_client.h" 21 #include "cc/layers/content_layer_client.h"
22 #include "cc/layers/layer_impl.h" 22 #include "cc/layers/layer_impl.h"
23 #include "cc/layers/painted_scrollbar_layer.h" 23 #include "cc/layers/painted_scrollbar_layer.h"
24 #include "cc/layers/picture_layer.h" 24 #include "cc/layers/picture_layer.h"
25 #include "cc/layers/solid_color_layer.h" 25 #include "cc/layers/solid_color_layer.h"
26 #include "cc/layers/video_layer.h" 26 #include "cc/layers/video_layer.h"
27 #include "cc/output/begin_frame_args.h" 27 #include "cc/output/begin_frame_args.h"
(...skipping 6397 matching lines...) Expand 10 before | Expand all | Expand 10 after
6425 EndTest(); 6425 EndTest();
6426 } 6426 }
6427 6427
6428 void AfterTest() override {} 6428 void AfterTest() override {}
6429 }; 6429 };
6430 6430
6431 SINGLE_AND_MULTI_THREAD_TEST_F(LayerTreeHostTestPaintedDeviceScaleFactor); 6431 SINGLE_AND_MULTI_THREAD_TEST_F(LayerTreeHostTestPaintedDeviceScaleFactor);
6432 6432
6433 } // namespace 6433 } // namespace
6434 } // namespace cc 6434 } // namespace cc
OLDNEW
« no previous file with comments | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | cc/trees/layer_tree_host_unittest_remote_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698