| 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..48f98689b65898773d52ac25606be0513efae512 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl.h
|
| +++ b/content/browser/gpu/gpu_data_manager_impl.h
|
| @@ -67,7 +67,7 @@ class CONTENT_EXPORT GpuDataManagerImpl
|
| const GetGpuProcessHandlesCallback& callback) const OVERRIDE;
|
| virtual bool GpuAccessAllowed(std::string* reason) const OVERRIDE;
|
| virtual void RequestCompleteGpuInfoIfNeeded() OVERRIDE;
|
| - virtual bool IsCompleteGpuInfoAvailable() const OVERRIDE;
|
| + virtual bool IsCompleteGpuInfoAvailable(bool includes_extra) const OVERRIDE;
|
| virtual void RequestVideoMemoryUsageStatsUpdate() const OVERRIDE;
|
| virtual bool ShouldUseSwiftShader() const OVERRIDE;
|
| virtual void RegisterSwiftShaderPath(const base::FilePath& path) OVERRIDE;
|
|
|