Index: content/gpu/gpu_child_thread.h |
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h |
index cccc3dd998b12486017036f615e1a04089f61b47..aacaa12d3324f158daf5971c724622d3ba1f8709 100644 |
--- a/content/gpu/gpu_child_thread.h |
+++ b/content/gpu/gpu_child_thread.h |
@@ -135,7 +135,7 @@ class GpuChildThread : public ChildThreadImpl, |
// Set this flag to true if a fatal error occurred before we receive the |
// OnInitialize message, in which case we just declare ourselves DOA. |
- bool dead_on_arrival_; |
+ const bool dead_on_arrival_; |
base::Time process_start_time_; |
scoped_refptr<gpu::GpuWatchdogThread> watchdog_thread_; |