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

Unified Diff: cc/layers/layer.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/ipc/mojo_compositor_frame_sink.mojom ('k') | cc/layers/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 45bde0433d3a6b8f32131ba11930e40d6c20f841..7291467d1fa835edfb2c87c2d1fb0d0d2539eb2c 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -51,7 +51,6 @@ class ConvertableToTraceFormat;
namespace cc {
-class AnimationHost;
class CopyOutputRequest;
class LayerAnimationEventObserver;
class LayerClient;
@@ -60,6 +59,7 @@ class LayerTreeHost;
class LayerTreeHostCommon;
class LayerTreeImpl;
class LayerTreeSettings;
+class MutatorHost;
class RenderingStatsInstrumentation;
class ResourceUpdateQueue;
class ScrollbarLayerInterface;
@@ -494,7 +494,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
}
void ClearPreferredRasterBounds();
- AnimationHost* GetMutatorHost() const;
+ MutatorHost* GetMutatorHost() const;
ElementListType GetElementTypeForAnimation() const;
« no previous file with comments | « cc/ipc/mojo_compositor_frame_sink.mojom ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698