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

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

Issue 14947002: Updated OSX to blacklist multisampling when multiple monitors are connected (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on GpuDataManagerImpl refactor Created 7 years, 7 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
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl.cc ('k') | content/browser/gpu/gpu_data_manager_impl_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fb91a465cd98f9c548bba63960fd57cddc8df093..0a994f012b91a709ac6f7b79b3e3662756005a6e 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.h
+++ b/content/browser/gpu/gpu_data_manager_impl_private.h
@@ -102,6 +102,9 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate {
size_t GetBlacklistedFeatureCount() const;
+ void SetDisplayCount(unsigned int display_count);
+ unsigned int GetDisplayCount() const;
Zhenyao Mo 2013/05/17 22:27:55 FYI: this is actually against code style accessor
+
virtual ~GpuDataManagerImplPrivate();
private:
@@ -230,6 +233,8 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate {
GpuDataManagerImpl* owner_;
+ unsigned int display_count_;
+
DISALLOW_COPY_AND_ASSIGN(GpuDataManagerImplPrivate);
};
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl.cc ('k') | content/browser/gpu/gpu_data_manager_impl_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698