Chromium Code Reviews| Index: content/browser/gpu/gpu_process_host.cc |
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
| index 9909f75f56a25ed3e483a2172a2c576926a55a45..305bbb9650ab1206d034630c97236c8802d9ac50 100644 |
| --- a/content/browser/gpu/gpu_process_host.cc |
| +++ b/content/browser/gpu/gpu_process_host.cc |
| @@ -33,6 +33,8 @@ |
| #include "ui/gfx/gtk_native_view_id_manager.h" |
| #endif |
| +using content::BrowserThread; |
| + |
| bool GpuProcessHost::gpu_enabled_ = true; |
| namespace { |