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 2e6567a005667515c780b39830431df149a1aaa3..91f75c6101c56636bfbe3a8b9e34f1cf61434f6b 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl.h |
+++ b/content/browser/gpu/gpu_data_manager_impl.h |
@@ -165,6 +165,9 @@ class CONTENT_EXPORT GpuDataManagerImpl |
// Get number of features being blacklisted. |
size_t GetBlacklistedFeatureCount() const; |
+ void SetDisplayCount(unsigned int display_count); |
+ unsigned int GetDisplayCount() const; |
+ |
private: |
friend class GpuDataManagerImplPrivate; |
friend class GpuDataManagerImplPrivateTest; |