Chromium Code Reviews| Index: content/browser/gpu/gpu_data_manager_impl.h |
| diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h |
| index 34462ff5e8fbd2b0760004b359f15c4c9b7be7d3..baa71e7751c8176e2e56f319e95bc2eab0128776 100644 |
| --- a/content/browser/gpu/gpu_data_manager_impl.h |
| +++ b/content/browser/gpu/gpu_data_manager_impl.h |
| @@ -172,6 +172,11 @@ class CONTENT_EXPORT GpuDataManagerImpl |
| void AddGpuSwitchCallback(const GpuSwitchCallback& callback); |
| void RemoveGpuSwitchCallback(const GpuSwitchCallback& callback); |
| +#if defined(OS_MACOSX) |
| + // Number of displays, to be used in GPU feature detection |
|
Ken Russell (switch to Gerrit)
2013/05/08 01:58:00
Nit: here and throughout: end with ".".
bajones
2013/05/08 23:49:07
Done.
|
| + unsigned int display_count_; |
|
Ken Russell (switch to Gerrit)
2013/05/08 01:58:00
Public fields violate the style guide: http://goog
bajones
2013/05/08 23:49:07
Done.
|
| +#endif |
| + |
| private: |
| struct DomainBlockEntry { |
| DomainGuilt last_guilt; |