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

Unified Diff: cc/test/layer_tree_test.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/test/layer_tree_pixel_test.h ('k') | cc/test/surface_aggregator_test_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test.h
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index 63b3d597beea11feb995d541320d820fb5fca63a..f2a56c10b8c1c1fa2d3c00275568b0b58bcfae35 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -20,20 +20,14 @@ namespace cc {
class AnimationHost;
class AnimationPlayer;
-class FakeLayerTreeHostClient;
class LayerImpl;
class LayerTreeHost;
class LayerTreeHostForTesting;
-class LayerTreeHostClient;
-class LayerTreeHostImpl;
class LayerTreeTestCompositorFrameSinkClient;
class Proxy;
-class ProxyImpl;
-class ProxyMain;
class TestContextProvider;
class TestCompositorFrameSink;
class TestTaskGraphRunner;
-class TestWebGraphicsContext3D;
// Creates the virtual viewport layer hierarchy under the given root_layer.
// Convenient overload of the method below that creates a scrolling layer as
@@ -52,9 +46,7 @@ void CreateVirtualViewportLayers(Layer* root_layer,
const gfx::Size& scroll_bounds,
LayerTreeHost* host);
-class BeginTask;
class LayerTreeHostClientForTesting;
-class TimeoutTask;
// The LayerTreeTests runs with the main loop running. It instantiates a single
// LayerTreeHostForTesting and associated LayerTreeHostImplForTesting and
« no previous file with comments | « cc/test/layer_tree_pixel_test.h ('k') | cc/test/surface_aggregator_test_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698