Chromium Code Reviews| Index: cc/test/layer_tree_pixel_test.cc |
| diff --git a/cc/test/layer_tree_pixel_test.cc b/cc/test/layer_tree_pixel_test.cc |
| index f7ab9c27e36fa731563fdda72f6181d558ddd197..c1d983022f142371ff9f72c331f8968a6e4a2292 100644 |
| --- a/cc/test/layer_tree_pixel_test.cc |
| +++ b/cc/test/layer_tree_pixel_test.cc |
| @@ -63,7 +63,7 @@ scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface() { |
| return output_surface.Pass(); |
| } |
| -void LayerTreePixelTest::CommitCompleteOnThread(LayerTreeHostImpl* impl) { |
| +void LayerTreePixelTest::WillActivateTreeOnThread(LayerTreeHostImpl* impl) { |
| LayerTreeImpl* commit_tree = |
| impl->pending_tree() ? impl->pending_tree() : impl->active_tree(); |
|
danakj
2015/02/18 23:49:55
can this use sync_tree()?
enne (OOO)
2015/02/18 23:59:26
Done.
|
| if (commit_tree->source_frame_number() != 0) |