| Index: content/gpu/gpu_watchdog_thread.h
|
| diff --git a/content/gpu/gpu_watchdog_thread.h b/content/gpu/gpu_watchdog_thread.h
|
| index 68aeea787efbd0df83e1536f27344baf5ff41bf9..6d7f3deb031dd6855e07a887875965df0d0a5aed 100644
|
| --- a/content/gpu/gpu_watchdog_thread.h
|
| +++ b/content/gpu/gpu_watchdog_thread.h
|
| @@ -39,8 +39,8 @@ class GpuWatchdogThread : public base::Thread,
|
| virtual ~GpuWatchdogTaskObserver();
|
|
|
| // Implements MessageLoop::TaskObserver.
|
| - virtual void WillProcessTask(const Task* task);
|
| - virtual void DidProcessTask(const Task* task);
|
| + virtual void WillProcessTask(base::TimeTicks time_posted) OVERRIDE;
|
| + virtual void DidProcessTask(base::TimeTicks time_posted) OVERRIDE;
|
|
|
| private:
|
| GpuWatchdogThread* watchdog_;
|
|
|