| Index: content/browser/gpu/gpu_data_manager_impl_private.h
|
| diff --git a/content/browser/gpu/gpu_data_manager_impl_private.h b/content/browser/gpu/gpu_data_manager_impl_private.h
|
| index 09de1a48267b0522b6b9dfcd0a30e6c9cc345d38..e0b2303dc25ebb58021b28c392e86236a3f88e91 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.h
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.h
|
| @@ -119,9 +119,6 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate {
|
|
|
| size_t GetBlacklistedFeatureCount() const;
|
|
|
| - void SetDisplayCount(unsigned int display_count);
|
| - unsigned int GetDisplayCount() const;
|
| -
|
| bool UpdateActiveGpu(uint32_t vendor_id, uint32_t device_id);
|
|
|
| void OnGpuProcessInitFailure();
|
| @@ -267,8 +264,6 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate {
|
|
|
| GpuDataManagerImpl* owner_;
|
|
|
| - unsigned int display_count_;
|
| -
|
| bool gpu_process_accessible_;
|
|
|
| // True if Initialize() has been completed.
|
|
|