| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index a86bde77d9bb1f402a6c51393c09b5b76a73a7c2..b81f14ac944dfaaf0febeba041d04105021af596 100644
|
| --- a/cc/layer_tree_host.h
|
| +++ b/cc/layer_tree_host.h
|
| @@ -89,7 +89,7 @@ public:
|
| // LayerTreeHost interface to Proxy.
|
| void willBeginFrame() { m_client->willBeginFrame(); }
|
| void didBeginFrame();
|
| - void updateAnimations(base::TimeTicks monotonicFrameBeginTime);
|
| + void updateAnimations(base::TimeTicks monotonicFrameBeginTime, base::Time wallClockFrameBeginTime);
|
| void didStopFlinging();
|
| void layout();
|
| void beginCommitOnImplThread(LayerTreeHostImpl*);
|
| @@ -226,7 +226,7 @@ private:
|
| void setPrioritiesForLayers(const LayerList&);
|
| size_t calculateMemoryForRenderSurfaces(const LayerList& updateList);
|
|
|
| - void animateLayers(base::TimeTicks monotonicTime);
|
| + void animateLayers(base::TimeTicks monotonicTime, base::Time wallClockTime);
|
| bool animateLayersRecursive(Layer* current, base::TimeTicks time);
|
| void setAnimationEventsRecursive(const AnimationEventsVector&, Layer*, base::Time wallClockTime);
|
|
|
|
|