| 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 f94a39c78a3a75fd011fde79fd48a290efaba77e..6f69668fc2f62b3cf4c1d0ac911ef9c2e22d5340 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl.h
|
| +++ b/content/browser/gpu/gpu_data_manager_impl.h
|
| @@ -175,9 +175,6 @@ class CONTENT_EXPORT GpuDataManagerImpl
|
| // Get number of features being blacklisted.
|
| size_t GetBlacklistedFeatureCount() const;
|
|
|
| - void SetDisplayCount(unsigned int display_count);
|
| - unsigned int GetDisplayCount() const;
|
| -
|
| // Set the active gpu.
|
| // Return true if it's a different GPU from the previous active one.
|
| bool UpdateActiveGpu(uint32_t vendor_id, uint32_t device_id);
|
|
|