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(); |
} |