diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-01 00:49:15 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-01 00:49:15 +0000 |
commit | fc20d140327d42ddccf94cc5cb698b4705f7294d (patch) | |
tree | 39eed208f91a29e0de0289d3591fae7adb94a078 /cc/test/fake_layer_tree_host_impl.h | |
parent | 425f6470a5339763301edc0b5af3601dd91ed313 (diff) | |
download | chromium_src-fc20d140327d42ddccf94cc5cb698b4705f7294d.zip chromium_src-fc20d140327d42ddccf94cc5cb698b4705f7294d.tar.gz chromium_src-fc20d140327d42ddccf94cc5cb698b4705f7294d.tar.bz2 |
cc: Activate sync tree instead of pending tree.
This patch does not change anything functionally. It prepares
us to skip pending tree for commit. It essentially unifies
the activation for both impl-side and non-impl-side painting
paths.
BUG=383157
Review URL: https://codereview.chromium.org/345563011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280717 0039d316-1c4b-4281-b951-d872f2087c98
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: |