diff options
Diffstat (limited to 'content/browser/gpu/gpu_data_manager.cc')
-rw-r--r-- | content/browser/gpu/gpu_data_manager.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/gpu/gpu_data_manager.cc b/content/browser/gpu/gpu_data_manager.cc index bb0fb51..c37865e 100644 --- a/content/browser/gpu/gpu_data_manager.cc +++ b/content/browser/gpu/gpu_data_manager.cc @@ -28,6 +28,8 @@ #include "ui/gfx/gl/gl_switches.h" #include "webkit/plugins/plugin_switches.h" +using content::BrowserThread; + namespace { enum GpuFeatureStatus { |