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

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

Issue 17391006: cc: Add BeginFrameArgs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 6 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
« no previous file with comments | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | cc/trees/single_thread_proxy.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 "cc/trees/layer_tree_host.h" 5 #include "cc/trees/layer_tree_host.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 8
9 #include "base/synchronization/lock.h" 9 #include "base/synchronization/lock.h"
10 #include "cc/animation/timing_function.h" 10 #include "cc/animation/timing_function.h"
11 #include "cc/debug/frame_rate_counter.h" 11 #include "cc/debug/frame_rate_counter.h"
12 #include "cc/layers/content_layer.h" 12 #include "cc/layers/content_layer.h"
13 #include "cc/layers/content_layer_client.h" 13 #include "cc/layers/content_layer_client.h"
14 #include "cc/layers/io_surface_layer.h" 14 #include "cc/layers/io_surface_layer.h"
15 #include "cc/layers/layer_impl.h" 15 #include "cc/layers/layer_impl.h"
16 #include "cc/layers/picture_layer.h" 16 #include "cc/layers/picture_layer.h"
17 #include "cc/layers/scrollbar_layer.h" 17 #include "cc/layers/scrollbar_layer.h"
18 #include "cc/output/begin_frame_args.h"
18 #include "cc/output/copy_output_request.h" 19 #include "cc/output/copy_output_request.h"
19 #include "cc/output/copy_output_result.h" 20 #include "cc/output/copy_output_result.h"
20 #include "cc/output/output_surface.h" 21 #include "cc/output/output_surface.h"
21 #include "cc/resources/prioritized_resource.h" 22 #include "cc/resources/prioritized_resource.h"
22 #include "cc/resources/prioritized_resource_manager.h" 23 #include "cc/resources/prioritized_resource_manager.h"
23 #include "cc/resources/resource_update_queue.h" 24 #include "cc/resources/resource_update_queue.h"
24 #include "cc/scheduler/frame_rate_controller.h" 25 #include "cc/scheduler/frame_rate_controller.h"
25 #include "cc/test/fake_content_layer.h" 26 #include "cc/test/fake_content_layer.h"
26 #include "cc/test/fake_content_layer_client.h" 27 #include "cc/test/fake_content_layer_client.h"
27 #include "cc/test/fake_layer_tree_host_client.h" 28 #include "cc/test/fake_layer_tree_host_client.h"
(...skipping 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after
2856 private: 2857 private:
2857 FakeContentLayerClient client_; 2858 FakeContentLayerClient client_;
2858 scoped_refptr<FakePictureLayer> layer_; 2859 scoped_refptr<FakePictureLayer> layer_;
2859 bool initialized_gl_; 2860 bool initialized_gl_;
2860 }; 2861 };
2861 2862
2862 MULTI_THREAD_TEST_F(LayerTreeHostTestDeferredInitialize); 2863 MULTI_THREAD_TEST_F(LayerTreeHostTestDeferredInitialize);
2863 2864
2864 } // namespace 2865 } // namespace
2865 } // namespace cc 2866 } // namespace cc
OLDNEW
« no previous file with comments | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | cc/trees/single_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698