Index: content/gpu/gpu_watchdog_thread.h |
diff --git a/content/gpu/gpu_watchdog_thread.h b/content/gpu/gpu_watchdog_thread.h |
index df4a47150a3186273a8354d2d9a2f3902816a21e..08e4612ee031a19734eb5866922edcbe4c9baa39 100644 |
--- a/content/gpu/gpu_watchdog_thread.h |
+++ b/content/gpu/gpu_watchdog_thread.h |
@@ -43,8 +43,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_; |