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

Side by Side Diff: cc/trees/layer_tree_impl.h

Issue 1002073002: Split cc/base into separate GN source_set and clean deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 9 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_unittest.cc ('k') | cc/trees/scoped_abort_remaining_swap_promises.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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 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 #ifndef CC_TREES_LAYER_TREE_IMPL_H_ 5 #ifndef CC_TREES_LAYER_TREE_IMPL_H_
6 #define CC_TREES_LAYER_TREE_IMPL_H_ 6 #define CC_TREES_LAYER_TREE_IMPL_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/containers/hash_tables.h" 12 #include "base/containers/hash_tables.h"
13 #include "base/values.h" 13 #include "base/values.h"
14 #include "cc/base/scoped_ptr_vector.h" 14 #include "cc/base/scoped_ptr_vector.h"
15 #include "cc/base/swap_promise.h"
16 #include "cc/base/synced_property.h" 15 #include "cc/base/synced_property.h"
17 #include "cc/input/layer_selection_bound.h" 16 #include "cc/input/layer_selection_bound.h"
18 #include "cc/layers/layer_impl.h" 17 #include "cc/layers/layer_impl.h"
19 #include "cc/output/begin_frame_args.h" 18 #include "cc/output/begin_frame_args.h"
20 #include "cc/output/renderer.h" 19 #include "cc/output/renderer.h"
20 #include "cc/output/swap_promise.h"
21 #include "cc/resources/ui_resource_client.h" 21 #include "cc/resources/ui_resource_client.h"
22 #include "cc/trees/layer_tree_host_impl.h" 22 #include "cc/trees/layer_tree_host_impl.h"
23 23
24 namespace base { 24 namespace base {
25 namespace trace_event { 25 namespace trace_event {
26 class TracedValue; 26 class TracedValue;
27 } 27 }
28 } 28 }
29 29
30 namespace cc { 30 namespace cc {
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 418
419 scoped_ptr<PendingPageScaleAnimation> pending_page_scale_animation_; 419 scoped_ptr<PendingPageScaleAnimation> pending_page_scale_animation_;
420 420
421 private: 421 private:
422 DISALLOW_COPY_AND_ASSIGN(LayerTreeImpl); 422 DISALLOW_COPY_AND_ASSIGN(LayerTreeImpl);
423 }; 423 };
424 424
425 } // namespace cc 425 } // namespace cc
426 426
427 #endif // CC_TREES_LAYER_TREE_IMPL_H_ 427 #endif // CC_TREES_LAYER_TREE_IMPL_H_
OLDNEW
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | cc/trees/scoped_abort_remaining_swap_promises.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698