Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3719)

Unified Diff: cc/trees/layer_tree_host_unittest_animation.cc

Issue 2650303002: cc: Remove the LayerTreeHost abstraction. (Closed)
Patch Set: missed ui Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | cc/trees/layer_tree_host_unittest_scroll.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_unittest_animation.cc
diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
index 2d1b3c8faad9042d1e720c8bfe2e7aa19cb439ca..e1977a44fc63a23270e34c4caf87f68e55e99157 100644
--- a/cc/trees/layer_tree_host_unittest_animation.cc
+++ b/cc/trees/layer_tree_host_unittest_animation.cc
@@ -1647,9 +1647,8 @@ class LayerTreeHostAnimationTestNotifyAnimationFinished
TargetProperty::Type target_property,
int group) override {
called_animation_started_ = true;
- layer_tree_host_in_process()->AnimateLayers(
- base::TimeTicks::FromInternalValue(
- std::numeric_limits<int64_t>::max()));
+ layer_tree_host()->AnimateLayers(base::TimeTicks::FromInternalValue(
+ std::numeric_limits<int64_t>::max()));
PostSetNeedsCommitToMainThread();
}
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | cc/trees/layer_tree_host_unittest_scroll.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698