| Index: content/browser/gpu/gpu_data_manager_impl_private.h
|
| diff --git a/content/browser/gpu/gpu_data_manager_impl_private.h b/content/browser/gpu/gpu_data_manager_impl_private.h
|
| index 29904338ee60951c678f488a1fe95662201a36fc..b7d0b33b4ff4f5b128bded012d06bb92de90aa58 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.h
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.h
|
| @@ -44,6 +44,7 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate {
|
| const gpu::GPUInfo& gpu_info);
|
| bool IsFeatureBlacklisted(int feature) const;
|
| bool IsFeatureEnabled(int feature) const;
|
| + bool IsWebGLEnabled() const;
|
| bool IsDriverBugWorkaroundActive(int feature) const;
|
| gpu::GPUInfo GetGPUInfo() const;
|
| void GetGpuProcessHandles(
|
|
|