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

Unified Diff: chrome/browser/gpu_data_manager.h

Issue 6588138: Implemented multisampling control in software rendering list. Move prelimina... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « no previous file | chrome/browser/gpu_data_manager.cc » ('j') | chrome/browser/gpu_data_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gpu_data_manager.h
===================================================================
--- chrome/browser/gpu_data_manager.h (revision 76655)
+++ chrome/browser/gpu_data_manager.h (working copy)
@@ -66,6 +66,11 @@
bool gpu_feature_flags_set_;
GpuFeatureFlags gpu_feature_flags_;
+ // This indicates that we already passed command-line flags for the flags
+ // so there is no need to apply the flags again, i.e., GetGpuFeatureFlags()
+ // should return 0 if this is true.
+ bool gpu_feature_flags_applied_;
+
GPUInfo gpu_info_;
scoped_ptr<GpuBlacklist> gpu_blacklist_;
« no previous file with comments | « no previous file | chrome/browser/gpu_data_manager.cc » ('j') | chrome/browser/gpu_data_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698