| Index: cc/proxy.h
|
| diff --git a/cc/proxy.h b/cc/proxy.h
|
| index f3edbaaa74b9e122b3b55c8fe035fa33cfebb549..a0a53a3984d74af1e8de37613cf0a55658fc1bb4 100644
|
| --- a/cc/proxy.h
|
| +++ b/cc/proxy.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/time.h"
|
| #include <public/WebCompositorOutputSurface.h>
|
|
|
| namespace cc {
|
| @@ -35,7 +36,7 @@ public:
|
|
|
| virtual bool compositeAndReadback(void *pixels, const IntRect&) = 0;
|
|
|
| - virtual void startPageScaleAnimation(const IntSize& targetPosition, bool useAnchor, float scale, double durationSec) = 0;
|
| + virtual void startPageScaleAnimation(const IntSize& targetPosition, bool useAnchor, float scale, base::TimeDelta duration) = 0;
|
|
|
| virtual void finishAllRendering() = 0;
|
|
|
|
|