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

Unified Diff: cc/test/fake_layer_tree_host.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/test/data/scaled_render_surface_layer_sw.png ('k') | cc/test/fake_layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host.h
diff --git a/cc/test/fake_layer_tree_host.h b/cc/test/fake_layer_tree_host.h
index 3f37b2cd32ea9fca3ca8046989001e9abc1ed8fb..9feccc2e1e74fd20d2067f608d8f23d7f1b7b947 100644
--- a/cc/test/fake_layer_tree_host.h
+++ b/cc/test/fake_layer_tree_host.h
@@ -14,32 +14,39 @@
#include "cc/trees/tree_synchronizer.h"
namespace cc {
+
class ImageSerializationProcessor;
+class MutatorHost;
class TestTaskGraphRunner;
class FakeLayerTreeHost : public LayerTreeHostInProcess {
public:
static std::unique_ptr<FakeLayerTreeHost> Create(
FakeLayerTreeHostClient* client,
- TestTaskGraphRunner* task_graph_runner);
+ TestTaskGraphRunner* task_graph_runner,
+ MutatorHost* mutator_host);
static std::unique_ptr<FakeLayerTreeHost> Create(
FakeLayerTreeHostClient* client,
TestTaskGraphRunner* task_graph_runner,
+ MutatorHost* mutator_host,
const LayerTreeSettings& settings);
static std::unique_ptr<FakeLayerTreeHost> Create(
FakeLayerTreeHostClient* client,
TestTaskGraphRunner* task_graph_runner,
+ MutatorHost* mutator_host,
const LayerTreeSettings& settings,
CompositorMode mode);
static std::unique_ptr<FakeLayerTreeHost> Create(
FakeLayerTreeHostClient* client,
TestTaskGraphRunner* task_graph_runner,
+ MutatorHost* mutator_host,
const LayerTreeSettings& settings,
CompositorMode mode,
InitParams params);
static std::unique_ptr<FakeLayerTreeHost> Create(
FakeLayerTreeHostClient* client,
TestTaskGraphRunner* task_graph_runner,
+ MutatorHost* mutator_host,
const LayerTreeSettings& settings,
CompositorMode mode,
ImageSerializationProcessor* image_serialization_processor);
« no previous file with comments | « cc/test/data/scaled_render_surface_layer_sw.png ('k') | cc/test/fake_layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698