| Index: content/public/browser/gpu_data_manager.h
|
| ===================================================================
|
| --- content/public/browser/gpu_data_manager.h (revision 155823)
|
| +++ content/public/browser/gpu_data_manager.h (working copy)
|
| @@ -42,6 +42,8 @@
|
|
|
| virtual GpuFeatureType GetBlacklistedFeatures() const = 0;
|
|
|
| + virtual GpuSwitchingOption GetGpuSwitchingOption() const = 0;
|
| +
|
| // Returns the reasons for the latest run of blacklisting decisions.
|
| // For the structure of returned value, see documentation for
|
| // GpuBlacklist::GetBlacklistedReasons().
|
|
|