Index: content/gpu/gpu_watchdog_thread.cc |
diff --git a/content/gpu/gpu_watchdog_thread.cc b/content/gpu/gpu_watchdog_thread.cc |
index e6da1a4497d59f306f6fd30e03dede5604a05392..84056638caee869ad2ac276b76ffcb60e99efccf 100644 |
--- a/content/gpu/gpu_watchdog_thread.cc |
+++ b/content/gpu/gpu_watchdog_thread.cc |
@@ -37,11 +37,11 @@ GpuWatchdogThread::GpuWatchdogThread(int timeout) |
watched_message_loop_(base::MessageLoop::current()), |
timeout_(base::TimeDelta::FromMilliseconds(timeout)), |
armed_(false), |
+ task_observer_(this), |
#if defined(OS_WIN) |
watched_thread_handle_(0), |
arm_cpu_time_(), |
#endif |
- task_observer_(this), |
suspended_(false), |
#if defined(USE_X11) |
display_(NULL), |