Chromium Code Reviews| Index: gpu/config/gpu_control_list.h |
| diff --git a/gpu/config/gpu_control_list.h b/gpu/config/gpu_control_list.h |
| index 8fc373f7b1dc6cc4e9336e7a335e905029c06ea8..3949cec1c72d860d498c90745436eca0bc9e6881 100644 |
| --- a/gpu/config/gpu_control_list.h |
| +++ b/gpu/config/gpu_control_list.h |
| @@ -91,6 +91,9 @@ class GPU_EXPORT GpuControlList { |
| // Returns the number of entries. This is only for tests. |
| size_t num_entries() const; |
| + // This is only for tests. |
| + bool has_duplicate_entry_id() const; |
|
Zhenyao Mo
2016/10/17 17:30:04
nit: duplicate -> duplicated
qiankun
2016/10/18 01:52:56
Done.
|
| + |
| // Register a feature to FeatureMap - used to construct a GpuControlList. |
| void AddSupportedFeature(const std::string& feature_name, int feature_id); |
| // Register whether "all" is recognized as all features. |