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

Unified Diff: cc/trees/layer_tree_host_unittest_context.cc

Issue 16871016: cc: Use BeginFrameArgs (Closed) Base URL: http://git.chromium.org/chromium/src.git@bfargs2
Patch Set: Improve main thread perf by pushing out deadline if no Impl updates. Created 7 years, 4 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/trees/layer_tree_host_unittest_context.cc
diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
index 1787d31ddf3b4ca74c4064d6e8a8ac47506be111..999254e4aa72de0237adfc6aafd52ba650adcc87 100644
--- a/cc/trees/layer_tree_host_unittest_context.cc
+++ b/cc/trees/layer_tree_host_unittest_context.cc
@@ -1016,8 +1016,9 @@ class LayerTreeHostContextTestLostContextWhileUpdatingResources
PostSetNeedsCommitToMainThread();
}
- virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE {
- LayerTreeHostContextTest::CommitCompleteOnThread(impl);
+ virtual void SwapBuffersCompleteOnThread(LayerTreeHostImpl* host_impl)
+ OVERRIDE {
+ LayerTreeHostContextTest::SwapBuffersCompleteOnThread(host_impl);
EndTest();
}

Powered by Google App Engine
This is Rietveld 408576698