diff options
Diffstat (limited to 'content/gpu/gpu_watchdog_thread.h')
-rw-r--r-- | content/gpu/gpu_watchdog_thread.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/gpu/gpu_watchdog_thread.h b/content/gpu/gpu_watchdog_thread.h index e3054c3..894262a 100644 --- a/content/gpu/gpu_watchdog_thread.h +++ b/content/gpu/gpu_watchdog_thread.h @@ -27,11 +27,11 @@ class GpuWatchdogThread : public base::Thread, void PostAcknowledge(); // Implement GpuWatchdog. - virtual void CheckArmed(); + virtual void CheckArmed() OVERRIDE; protected: - virtual void Init(); - virtual void CleanUp(); + virtual void Init() OVERRIDE; + virtual void CleanUp() OVERRIDE; private: |