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

Unified Diff: cc/layers/layer.h

Issue 2503283002: cc: Cleanup class/struct forward declarations (Closed)
Patch Set: Add missing fwd class decl in blimp_embedder_compositor.h 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/layers/heads_up_display_layer_impl.h ('k') | cc/layers/layer_impl.h » ('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 5e460cbd4717cb1e93445139865918be6409d1bc..44c274ff13c36ec07305279b9fd9debbd4124022 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -39,10 +39,6 @@
#include "ui/gfx/geometry/scroll_offset.h"
#include "ui/gfx/transform.h"
-namespace gfx {
-class BoxF;
-}
-
namespace base {
namespace trace_event {
class ConvertableToTraceFormat;
@@ -52,23 +48,17 @@ class ConvertableToTraceFormat;
namespace cc {
class CopyOutputRequest;
-class LayerAnimationEventObserver;
class LayerClient;
class LayerImpl;
class LayerTreeHost;
class LayerTreeHostCommon;
class LayerTreeImpl;
-class LayerTreeSettings;
class MutatorHost;
-class RenderingStatsInstrumentation;
-class ResourceUpdateQueue;
class ScrollbarLayerInterface;
-class SimpleEnclosedRegion;
namespace proto {
class LayerNode;
class LayerProperties;
-class LayerUpdate;
} // namespace proto
// Base class for composited layers. Special layer types are derived from
« no previous file with comments | « cc/layers/heads_up_display_layer_impl.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698