| Index: cc/CCThreadedTest.h
|
| diff --git a/cc/CCThreadedTest.h b/cc/CCThreadedTest.h
|
| index 53da84e9f8462f26e7046d1123d1f1fb3007c14c..d9e43914b8feea9b108e3fa9f96e7a30f7d18597 100644
|
| --- a/cc/CCThreadedTest.h
|
| +++ b/cc/CCThreadedTest.h
|
| @@ -156,7 +156,7 @@ public:
|
|
|
| protected:
|
| virtual void animateLayers(double monotonicTime, double wallClockTime);
|
| - virtual double lowFrequencyAnimationInterval() const;
|
| + virtual base::TimeDelta lowFrequencyAnimationInterval() const;
|
|
|
| private:
|
| MockLayerTreeHostImpl(TestHooks*, const cc::CCLayerTreeSettings&, cc::CCLayerTreeHostImplClient*);
|
|
|