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

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: Fix tests 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 3404c1ea9df6ac49b8570848e524aea5ae2ecccb..d727f48b0e8e5a56143ac0ca00e680b7da276b6c 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