Chromium Code Reviews| Index: cc/trees/thread_proxy.cc |
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
| index 4e18a0bcfd5542bc5a0cb6831d99781535e0c7e0..e9039fb5e5f43e59b14b1fdf98b77734da98cc09 100644 |
| --- a/cc/trees/thread_proxy.cc |
| +++ b/cc/trees/thread_proxy.cc |
| @@ -1339,4 +1339,8 @@ void ThreadProxy::DidManageTiles() { |
| impl().scheduler->DidManageTiles(); |
| } |
| +void ThreadProxy::DidCompletePageScaleAnimationBeforeCommit() { |
|
aelias_OOO_until_Jul13
2014/11/22 03:38:11
This is called from the impl thread, so it should
please use gerrit instead
2014/11/24 20:22:31
Done.
|
| + layer_tree_host()->DidCompletePageScaleAnimationBeforeCommit(); |
|
aelias_OOO_until_Jul13
2014/11/22 03:38:11
You shouldn't directly access the LayerTreeHost fr
please use gerrit instead
2014/11/24 20:22:31
Done.
|
| +} |
| + |
| } // namespace cc |