Chromium Code Reviews| Index: content/public/browser/gpu_data_manager.h |
| =================================================================== |
| --- content/public/browser/gpu_data_manager.h (revision 186737) |
| +++ content/public/browser/gpu_data_manager.h (working copy) |
| @@ -96,6 +96,9 @@ |
| std::string* gl_renderer, |
| std::string* gl_version) = 0; |
| + // Turn off all hardware acceleration. |
| + virtual void DisableHardwareAcceleration() = 0; |
| + |
| protected: |
| virtual ~GpuDataManager() {} |
| }; |