| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index ec82b706c138d77d32093a2ef8dd9e8d90a92004..099c22383317ef4ac57d8172acde2133690c6afe 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/cancelable_callback.h"
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| -#include "cc/animation/animation_events.h"
|
| #include "cc/output/begin_frame_args.h"
|
| #include "cc/scheduler/scheduler.h"
|
| #include "cc/trees/blocking_task_runner.h"
|
| @@ -20,6 +19,7 @@
|
|
|
| namespace cc {
|
|
|
| +class AnimationEvents;
|
| class BeginFrameSource;
|
| class ContextProvider;
|
| class LayerTreeHost;
|
| @@ -95,7 +95,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void SetNeedsCommitOnImplThread() override;
|
| void SetVideoNeedsBeginFrames(bool needs_begin_frames) override;
|
| void PostAnimationEventsToMainThreadOnImplThread(
|
| - scoped_ptr<AnimationEventsVector> events) override;
|
| + scoped_ptr<AnimationEvents> events) override;
|
| bool IsInsideDraw() override;
|
| void RenewTreePriority() override {}
|
| void PostDelayedAnimationTaskOnImplThread(const base::Closure& task,
|
|
|