Index: content/browser/gpu/gpu_data_manager_impl.h |
diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h |
index c81216503ccd015ce7b1003cf64f57f6cc7e933e..fb75d0d77a89ce92c4c799da0539fa6f9600d48b 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl.h |
+++ b/content/browser/gpu/gpu_data_manager_impl.h |
@@ -81,6 +81,8 @@ class CONTENT_EXPORT GpuDataManagerImpl |
virtual void GetGLStrings(std::string* gl_vendor, |
std::string* gl_renderer, |
std::string* gl_version) OVERRIDE; |
+ virtual void SetShouldUseWarp(bool use_warp) OVERRIDE; |
+ virtual bool ShouldUseWarp() const OVERRIDE; |
virtual void DisableHardwareAcceleration() OVERRIDE; |
virtual bool CanUseGpuBrowserCompositor() const OVERRIDE; |