| 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 b083b601775f67c95eaafa93b6e87fa96db15628..33b439c13cb266e5b02a875490676d00dd415498 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.h
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.h
|
| @@ -37,6 +37,7 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate {
|
| void InitializeForTesting(
|
| const std::string& gpu_blacklist_json,
|
| const gpu::GPUInfo& gpu_info);
|
| + bool IsInitialized() const;
|
| bool IsFeatureBlacklisted(int feature) const;
|
| bool IsDriverBugWorkaroundActive(int feature) const;
|
| gpu::GPUInfo GetGPUInfo() const;
|
|
|