Index: cc/delegated_renderer_layer_impl_unittest.cc |
diff --git a/cc/delegated_renderer_layer_impl_unittest.cc b/cc/delegated_renderer_layer_impl_unittest.cc |
index c8ecda0c2220314dcbf665681402cb9e14a24336..716bf1f2cc89e86715b8719ebee43a06e87918a9 100644 |
--- a/cc/delegated_renderer_layer_impl_unittest.cc |
+++ b/cc/delegated_renderer_layer_impl_unittest.cc |
@@ -46,11 +46,11 @@ public: |
// LayerTreeHostImplClient implementation. |
virtual void didLoseContextOnImplThread() OVERRIDE { } |
virtual void onSwapBuffersCompleteOnImplThread() OVERRIDE { } |
- virtual void onVSyncParametersChanged(double, double) OVERRIDE { } |
+ virtual void onVSyncParametersChanged(base::TimeTicks, base::TimeDelta) OVERRIDE { } |
virtual void onCanDrawStateChanged(bool) OVERRIDE { } |
virtual void setNeedsRedrawOnImplThread() OVERRIDE { } |
virtual void setNeedsCommitOnImplThread() OVERRIDE { } |
- virtual void postAnimationEventsToMainThreadOnImplThread(scoped_ptr<AnimationEventsVector>, double wallClockTime) OVERRIDE { } |
+ virtual void postAnimationEventsToMainThreadOnImplThread(scoped_ptr<AnimationEventsVector>, base::Time wallClockTime) OVERRIDE { } |
virtual bool reduceContentsTextureMemoryOnImplThread(size_t limitBytes, int priorityCutoff) OVERRIDE { return true; } |
virtual void sendManagedMemoryStats() OVERRIDE { } |