| Index: cc/trees/layer_tree_host_unittest_proxy.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_proxy.cc b/cc/trees/layer_tree_host_unittest_proxy.cc
|
| index 30fed5a7ff15ceeacef9ffc46cacae00dd3d2e77..e82cd26d5ff0ca92cf6abd08c62e32a9e871f41c 100644
|
| --- a/cc/trees/layer_tree_host_unittest_proxy.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_proxy.cc
|
| @@ -275,7 +275,7 @@ class LayerTreeHostProxyTestCommitWaitsForActivation
|
| }
|
|
|
| void DidCommit() override {
|
| - switch (layer_tree_host()->source_frame_number()) {
|
| + switch (layer_tree_host()->SourceFrameNumber()) {
|
| case 1:
|
| // Request a new commit, but DidCommit will be delayed until activation
|
| // completes.
|
| @@ -382,7 +382,7 @@ class LayerTreeHostProxyTestCommitWaitsForActivationMFBA
|
| }
|
|
|
| void DidCommit() override {
|
| - switch (layer_tree_host()->source_frame_number()) {
|
| + switch (layer_tree_host()->SourceFrameNumber()) {
|
| case 1:
|
| // Request a new commit, but DidCommit will be delayed until activation
|
| // completes.
|
|
|