| Index: cc/thread_impl.h
|
| diff --git a/cc/thread_impl.h b/cc/thread_impl.h
|
| index 46f7128e94eef060f33ed0e1e8752734dd22b349..df2004c132e31eacec7d25e25ebe7221db198e0d 100644
|
| --- a/cc/thread_impl.h
|
| +++ b/cc/thread_impl.h
|
| @@ -26,7 +26,7 @@ public:
|
|
|
| // cc::Thread implementation
|
| virtual void postTask(base::Closure cb) OVERRIDE;
|
| - virtual void postDelayedTask(base::Closure cb, long long delayMs) OVERRIDE;
|
| + virtual void postDelayedTask(base::Closure cb, base::TimeDelta delay) OVERRIDE;
|
| virtual bool belongsToCurrentThread() const OVERRIDE;
|
|
|
| private:
|
|
|