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

Unified Diff: cc/test/fake_layer_tree_host.h

Issue 300963004: cc: Add message passing mechanism to micro benchmarking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments. Created 6 years, 7 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
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 05fefc3462206b91d79cc4156219611c1af0a307..d7c09a8ea1796c329c0bf5e1e70d6ec1f47a2f43 100644
--- a/cc/test/fake_layer_tree_host.h
+++ b/cc/test/fake_layer_tree_host.h
@@ -37,6 +37,7 @@ class FakeLayerTreeHost : public LayerTreeHost {
LayerTreeImpl* active_tree() { return host_impl_.active_tree(); }
using LayerTreeHost::ScheduleMicroBenchmark;
+ using LayerTreeHost::SendMessageToMicroBenchmark;
using LayerTreeHost::SetOutputSurfaceLostForTesting;
using LayerTreeHost::InitializeSingleThreaded;
using LayerTreeHost::InitializeForTesting;

Powered by Google App Engine
This is Rietveld 408576698