| 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 eb226e863dcfb55ff7bce789c1f6f27c76e3b9a2..8d15296e4a98f6b123f050bc160d5b062631eb40 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.h
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.h
|
| @@ -28,6 +28,7 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate {
|
| const std::string& gpu_blacklist_json,
|
| const gpu::GPUInfo& gpu_info);
|
| bool IsFeatureBlacklisted(int feature) const;
|
| + bool IsDriverBugWorkaroundActive(int feature) const;
|
| gpu::GPUInfo GetGPUInfo() const;
|
| void GetGpuProcessHandles(
|
| const GpuDataManager::GetGpuProcessHandlesCallback& callback) const;
|
|
|