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

Unified Diff: cc/test/layer_tree_host_remote_for_testing.h

Issue 2416273002: Enable some remote LTH tests in layer_tree_host_unittests. (Closed)
Patch Set: Minor comment polish again.. Created 4 years, 2 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 | « no previous file | cc/test/layer_tree_host_remote_for_testing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_host_remote_for_testing.h
diff --git a/cc/test/layer_tree_host_remote_for_testing.h b/cc/test/layer_tree_host_remote_for_testing.h
index 14389b98740598683ad5c202d9631320542b4d64..2af67222c216ce9103ace73e0dd51907661702ee 100644
--- a/cc/test/layer_tree_host_remote_for_testing.h
+++ b/cc/test/layer_tree_host_remote_for_testing.h
@@ -94,12 +94,10 @@ class LayerTreeHostRemoteForTesting : public LayerTreeHostRemote,
void RemoteHostNeedsMainFrame();
void ProcessRemoteCompositorUpdate(
std::unique_ptr<CompositorProtoState> compositor_proto_state);
- void UpdateStateOnInProcessHost();
std::unique_ptr<LayerTreeHostInProcess> layer_tree_host_in_process_;
std::unique_ptr<CompositorStateDeserializer> compositor_state_deserializer_;
- std::unique_ptr<CompositorProtoState> pending_compositor_proto_state_;
ScrollOffsetMap layers_scrolled_;
std::unique_ptr<LayerTreeHostInProcessClient>
« no previous file with comments | « no previous file | cc/test/layer_tree_host_remote_for_testing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698