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

Unified Diff: ui/compositor/test/layer_animator_test_controller.cc

Issue 1143433005: Remove gfx::FrameTime for a single clock source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handling patch for mac files Created 5 years, 7 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
Index: ui/compositor/test/layer_animator_test_controller.cc
diff --git a/ui/compositor/test/layer_animator_test_controller.cc b/ui/compositor/test/layer_animator_test_controller.cc
index 860d90342068130fd763e429102cf0cfb39f274c..e7435c57029acdb93ccc40dab457581c793d6d6c 100644
--- a/ui/compositor/test/layer_animator_test_controller.cc
+++ b/ui/compositor/test/layer_animator_test_controller.cc
@@ -5,7 +5,6 @@
#include "cc/animation/animation.h"
#include "ui/compositor/layer_animation_sequence.h"
#include "ui/compositor/test/layer_animator_test_controller.h"
-#include "ui/gfx/frame_time.h"
#include "ui/gfx/geometry/rect.h"
namespace ui {
@@ -50,7 +49,7 @@ void LayerAnimatorTestController::StartThreadedAnimationsIfNeeded() {
animator_->OnThreadedAnimationStarted(cc::AnimationEvent(
cc::AnimationEvent::STARTED, 0, element->animation_group_id(),
- threaded_properties[i], gfx::FrameTime::Now()));
+ threaded_properties[i], base::TimeTicks::Now()));
}
}

Powered by Google App Engine
This is Rietveld 408576698