Chromium Code Reviews| Index: content/gpu/gpu_watchdog_thread.cc |
| diff --git a/content/gpu/gpu_watchdog_thread.cc b/content/gpu/gpu_watchdog_thread.cc |
| index 61d4dee54dfe77615bc19c7b528b8a017aa90e79..02b6bff8040e8f6c7c464f309c31761da0f508f9 100644 |
| --- a/content/gpu/gpu_watchdog_thread.cc |
| +++ b/content/gpu/gpu_watchdog_thread.cc |
| @@ -38,8 +38,8 @@ GpuWatchdogThread::GpuWatchdogThread(int timeout) |
| arm_cpu_time_(), |
| #endif |
| task_observer_(this), |
| - weak_factory_(this), |
| - suspended_(false) { |
| + suspended_(false), |
| + weak_factory_(this) { |
| DCHECK(timeout >= 0); |
| #if defined(OS_WIN) |