| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index ca666bf55773499210d2d1d45cf8ee751b6d3266..189de43f6899a6411998be3ea416a11bac2084c5 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -51,7 +51,6 @@ class ScrollOffset;
|
| namespace cc {
|
|
|
| class BrowserControlsOffsetManager;
|
| -class CompletionEvent;
|
| class CompositorFrameMetadata;
|
| class CompositorFrameSink;
|
| class DebugRectHistory;
|
| @@ -64,22 +63,16 @@ class MutatorEvents;
|
| class MutatorHost;
|
| class PageScaleAnimation;
|
| class PendingTreeDurationHistogramTimer;
|
| -class PictureLayerImpl;
|
| class RasterTilePriorityQueue;
|
| -class TileTaskManager;
|
| class RasterBufferProvider;
|
| -class RenderPassDrawQuad;
|
| class RenderingStatsInstrumentation;
|
| class ResourcePool;
|
| class ScrollElasticityHelper;
|
| -class ScrollbarLayerImplBase;
|
| class SwapPromise;
|
| class SwapPromiseMonitor;
|
| class SynchronousTaskGraphRunner;
|
| class TaskGraphRunner;
|
| -class TextureMailboxDeleter;
|
| class UIResourceBitmap;
|
| -class UIResourceRequest;
|
| struct ScrollAndScaleSet;
|
| class Viewport;
|
|
|
|
|