Chromium Code Reviews| Index: cc/trees/single_thread_proxy.cc |
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
| index dc408c76fa8721b881caca3a3c32d1d2b44e0ae7..4f59148c8cd4b08b2f19e4ffb9d7363721dae950 100644 |
| --- a/cc/trees/single_thread_proxy.cc |
| +++ b/cc/trees/single_thread_proxy.cc |
| @@ -404,7 +404,7 @@ bool SingleThreadProxy::CommitAndComposite( |
| device_viewport_damage_rect, |
| for_readback, |
| frame); |
| - layer_tree_host_->DidBeginFrame(); |
| + layer_tree_host_->DidBeginMainFrame(); |
| return result; |
| } |