| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 616f5767b1e14c66b2a3fe669d92e31b1678c1b4..1367572ab42489208219e901d71cf7fdf21850f6 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -69,7 +69,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual void SetNeedsCommitOnImplThread() OVERRIDE;
|
| virtual void PostAnimationEventsToMainThreadOnImplThread(
|
| scoped_ptr<AnimationEventsVector> events,
|
| - base::Time wall_clock_time) OVERRIDE;
|
| + base::TimeTicks clock_time) OVERRIDE;
|
| virtual bool ReduceContentsTextureMemoryOnImplThread(
|
| size_t limit_bytes,
|
| int priority_cutoff) OVERRIDE;
|
|
|