| Index: gpu/config/gpu_control_list.h
|
| diff --git a/gpu/config/gpu_control_list.h b/gpu/config/gpu_control_list.h
|
| index 32494154bf4f78b9667c52a0240d679fcd255409..ec83b04dfe05b242661fdd6a1dde0493a1a6de68 100644
|
| --- a/gpu/config/gpu_control_list.h
|
| +++ b/gpu/config/gpu_control_list.h
|
| @@ -400,6 +400,7 @@ class GPU_EXPORT GpuControlList {
|
| const std::string& int_string2);
|
|
|
| void SetDirectRenderingInfo(bool value);
|
| + void SetInProcessGPUInfo(bool value);
|
|
|
| bool SetFeatures(const std::vector<std::string>& features,
|
| const FeatureMap& feature_map,
|
| @@ -456,6 +457,7 @@ class GPU_EXPORT GpuControlList {
|
| scoped_ptr<VersionInfo> machine_model_version_info_;
|
| scoped_ptr<IntInfo> gpu_count_info_;
|
| scoped_ptr<BoolInfo> direct_rendering_info_;
|
| + scoped_ptr<BoolInfo> in_process_gpu_info_;
|
| std::set<int> features_;
|
| std::vector<ScopedGpuControlListEntry> exceptions_;
|
| };
|
|
|