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

Unified Diff: cc/test/remote_compositor_test.h

Issue 2493523003: cc: Remove unused proto conversion code. (Closed)
Patch Set: test 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/push_properties_counting_layer.cc ('k') | cc/test/remote_compositor_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/remote_compositor_test.h
diff --git a/cc/test/remote_compositor_test.h b/cc/test/remote_compositor_test.h
index fec3e1b73c50900e6ba6c6672dfe6fa4d285e35f..0388d34c842247d1e5ac27160b14115244f01657 100644
--- a/cc/test/remote_compositor_test.h
+++ b/cc/test/remote_compositor_test.h
@@ -17,6 +17,7 @@ namespace cc {
class AnimationHost;
class CompositorProtoState;
class FakeLayerTreeHost;
+class FakeRemoteCompositorBridge;
class LayerTreeHostRemote;
class RemoteCompositorTest : public testing::Test,
@@ -39,6 +40,8 @@ class RemoteCompositorTest : public testing::Test,
float page_scale,
float top_controls_delta) override;
+ bool HasPendingUpdate() const;
+
void ProcessCompositorStateUpdate(
std::unique_ptr<CompositorProtoState> compositor_proto_state);
@@ -46,6 +49,7 @@ class RemoteCompositorTest : public testing::Test,
// Engine setup.
std::unique_ptr<LayerTreeHostRemote> layer_tree_host_remote_;
StubLayerTreeHostClient layer_tree_host_client_remote_;
+ FakeRemoteCompositorBridge* fake_remote_compositor_bridge_ = nullptr;
// Client setup.
std::unique_ptr<AnimationHost> animation_host_;
« no previous file with comments | « cc/test/push_properties_counting_layer.cc ('k') | cc/test/remote_compositor_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698