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

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

Issue 1877073006: CC Animation: Make AnimationRegistrar a private member of AnimationHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/test/layer_tree_test.cc ('k') | cc/trees/layer_tree_host_impl.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 #ifndef CC_TREES_LAYER_TREE_HOST_H_ 5 #ifndef CC_TREES_LAYER_TREE_HOST_H_
6 #define CC_TREES_LAYER_TREE_HOST_H_ 6 #define CC_TREES_LAYER_TREE_HOST_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 #include "third_party/skia/include/core/SkColor.h" 46 #include "third_party/skia/include/core/SkColor.h"
47 #include "ui/gfx/geometry/rect.h" 47 #include "ui/gfx/geometry/rect.h"
48 48
49 namespace gpu { 49 namespace gpu {
50 class GpuMemoryBufferManager; 50 class GpuMemoryBufferManager;
51 } 51 }
52 52
53 namespace cc { 53 namespace cc {
54 54
55 class AnimationEvents; 55 class AnimationEvents;
56 class AnimationRegistrar;
57 class AnimationHost; 56 class AnimationHost;
58 class BeginFrameSource; 57 class BeginFrameSource;
59 class HeadsUpDisplayLayer; 58 class HeadsUpDisplayLayer;
60 class ImageSerializationProcessor; 59 class ImageSerializationProcessor;
61 class Layer; 60 class Layer;
62 class LayerTreeHostImpl; 61 class LayerTreeHostImpl;
63 class LayerTreeHostImplClient; 62 class LayerTreeHostImplClient;
64 class LayerTreeHostSingleThreadClient; 63 class LayerTreeHostSingleThreadClient;
65 class PropertyTrees; 64 class PropertyTrees;
66 class Region; 65 class Region;
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 593
595 uint32_t surface_id_namespace_; 594 uint32_t surface_id_namespace_;
596 uint32_t next_surface_sequence_; 595 uint32_t next_surface_sequence_;
597 596
598 DISALLOW_COPY_AND_ASSIGN(LayerTreeHost); 597 DISALLOW_COPY_AND_ASSIGN(LayerTreeHost);
599 }; 598 };
600 599
601 } // namespace cc 600 } // namespace cc
602 601
603 #endif // CC_TREES_LAYER_TREE_HOST_H_ 602 #endif // CC_TREES_LAYER_TREE_HOST_H_
OLDNEW
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/trees/layer_tree_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698