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

Unified Diff: cc/test/fake_layer_tree_host.h

Issue 2646623002: cc: Remove all blimp code from cc. (Closed)
Patch Set: test build Created 3 years, 11 months 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/fake_image_serialization_processor.cc ('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 14c605ac266e2526bdb7875bf40960ec22649819..81e498ea0f62105d970e0ac037ac5bfa7023f950 100644
--- a/cc/test/fake_layer_tree_host.h
+++ b/cc/test/fake_layer_tree_host.h
@@ -15,7 +15,6 @@
namespace cc {
-class ImageSerializationProcessor;
class MutatorHost;
class TestTaskGraphRunner;
@@ -43,13 +42,6 @@ class FakeLayerTreeHost : public LayerTreeHostInProcess {
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);
~FakeLayerTreeHost() override;
void SetNeedsCommit() override;
@@ -77,7 +69,6 @@ class FakeLayerTreeHost : public LayerTreeHostInProcess {
using LayerTreeHostInProcess::SendMessageToMicroBenchmark;
using LayerTreeHostInProcess::InitializeSingleThreaded;
using LayerTreeHostInProcess::InitializeForTesting;
- using LayerTreeHostInProcess::InitializePictureCacheForTesting;
using LayerTreeHostInProcess::RecordGpuRasterizationHistogram;
using LayerTreeHostInProcess::SetUIResourceManagerForTesting;
« no previous file with comments | « cc/test/fake_image_serialization_processor.cc ('k') | cc/test/fake_layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698