| Index: Source/WebKit/chromium/tests/FakeCCLayerTreeHostClient.h
|
| ===================================================================
|
| --- Source/WebKit/chromium/tests/FakeCCLayerTreeHostClient.h (revision 112611)
|
| +++ Source/WebKit/chromium/tests/FakeCCLayerTreeHostClient.h (working copy)
|
| @@ -35,7 +35,7 @@
|
| class FakeCCLayerTreeHostClient : public CCLayerTreeHostClient {
|
| public:
|
| virtual void willBeginFrame() { }
|
| - virtual void updateAnimations(double frameBeginTime) { }
|
| + virtual void updateAnimations(double monotonicFrameBeginTime) { }
|
| virtual void layout() { }
|
| virtual void applyScrollAndScale(const IntSize& scrollDelta, float pageScale) { }
|
| virtual PassRefPtr<GraphicsContext3D> createContext()
|
|
|