Index: cc/trees/threaded_channel.h |
diff --git a/cc/trees/threaded_channel.h b/cc/trees/threaded_channel.h |
index 71d2c547e337ba2cf8fc7ffaf7484a72874cf26c..ebc064c527532e3aef2f17f6fd4cb9578aebf9dd 100644 |
--- a/cc/trees/threaded_channel.h |
+++ b/cc/trees/threaded_channel.h |
@@ -119,7 +119,7 @@ class CC_EXPORT ThreadedChannel : public ChannelMain, public ChannelImpl { |
const RendererCapabilities& capabilities) override; |
void BeginMainFrameNotExpectedSoon() override; |
void DidCommitAndDrawFrame() override; |
- void SetAnimationEvents(scoped_ptr<AnimationEventsVector> queue) override; |
+ void SetAnimationEvents(scoped_ptr<AnimationEvents> events) override; |
void DidLoseOutputSurface() override; |
void RequestNewOutputSurface() override; |
void DidInitializeOutputSurface( |