diff options
Diffstat (limited to 'cc/test/fake_layer_tree_host_impl.h')
-rw-r--r-- | cc/test/fake_layer_tree_host_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h index 5963baa..38957a8 100644 --- a/cc/test/fake_layer_tree_host_impl.h +++ b/cc/test/fake_layer_tree_host_impl.h @@ -31,7 +31,7 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl { virtual base::TimeTicks CurrentFrameTimeTicks() OVERRIDE; void SetCurrentFrameTimeTicks(base::TimeTicks current_frame_time_ticks); - using LayerTreeHostImpl::ActivatePendingTree; + using LayerTreeHostImpl::ActivateSyncTree; using LayerTreeHostImpl::manage_tiles_needed; private: |