| Index: chrome/browser/gpu_data_manager.h
|
| ===================================================================
|
| --- chrome/browser/gpu_data_manager.h (revision 76655)
|
| +++ chrome/browser/gpu_data_manager.h (working copy)
|
| @@ -66,6 +66,11 @@
|
| bool gpu_feature_flags_set_;
|
| GpuFeatureFlags gpu_feature_flags_;
|
|
|
| + // This indicates that we already passed command-line flags for the flags
|
| + // so there is no need to apply the flags again, i.e., GetGpuFeatureFlags()
|
| + // should return 0 if this is true.
|
| + bool gpu_feature_flags_applied_;
|
| +
|
| GPUInfo gpu_info_;
|
|
|
| scoped_ptr<GpuBlacklist> gpu_blacklist_;
|
|
|