| 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..e49b6b578a573e70362f1e4c4c6921cccb1786c6 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl.h
|
| +++ b/content/browser/gpu/gpu_data_manager_impl.h
|
| @@ -71,6 +71,7 @@ class CONTENT_EXPORT GpuDataManagerImpl
|
| virtual void RequestVideoMemoryUsageStatsUpdate() const OVERRIDE;
|
| virtual bool ShouldUseSwiftShader() const OVERRIDE;
|
| virtual void RegisterSwiftShaderPath(const base::FilePath& path) OVERRIDE;
|
| + virtual bool ShouldUseWarp() const OVERRIDE;
|
| virtual void AddObserver(GpuDataManagerObserver* observer) OVERRIDE;
|
| virtual void RemoveObserver(GpuDataManagerObserver* observer) OVERRIDE;
|
| virtual void UnblockDomainFrom3DAPIs(const GURL& url) OVERRIDE;
|
|
|