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

Unified Diff: cc/test/fake_layer_tree_host.h

Issue 2494623002: cc: Remove client/engine LayerTreeHostInProcess. (Closed)
Patch Set: .. 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/blimp/layer_tree_host_unittest_serialization.cc ('k') | 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/fake_layer_tree_host.h
diff --git a/cc/test/fake_layer_tree_host.h b/cc/test/fake_layer_tree_host.h
index 9feccc2e1e74fd20d2067f608d8f23d7f1b7b947..14c605ac266e2526bdb7875bf40960ec22649819 100644
--- a/cc/test/fake_layer_tree_host.h
+++ b/cc/test/fake_layer_tree_host.h
@@ -88,6 +88,7 @@ class FakeLayerTreeHost : public LayerTreeHostInProcess {
}
bool needs_commit() { return needs_commit_; }
+ void reset_needs_commit() { needs_commit_ = false; }
FakeLayerTreeHost(FakeLayerTreeHostClient* client,
LayerTreeHostInProcess::InitParams* params,
« no previous file with comments | « cc/blimp/layer_tree_host_unittest_serialization.cc ('k') | cc/test/layer_tree_host_remote_for_testing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698