| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 5b63f9fa93d40f937423c893a332ba2d81bb6cb0..92f6e6fdc2783ccd81a2eab5350135e345fa3858 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -11,6 +11,7 @@
|
| #include "base/callback_helpers.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| +#include "base/sequenced_task_runner.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "build/build_config.h"
|
| #include "content/child/child_process.h"
|
|
|