Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1095)

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.h

Issue 1854383002: Remove DisplayCount from GpuDataManagerImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: displaycount: . Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698