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

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: For the records: landing patch 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 | « chrome/browser/browser_main.cc ('k') | chrome/browser/gpu_data_manager.cc » ('j') | no next file with comments »
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 76920)
+++ chrome/browser/gpu_data_manager.h (working copy)
@@ -16,6 +16,7 @@
#include "chrome/common/gpu_feature_flags.h"
#include "chrome/common/gpu_info.h"
+class CommandLine;
class DictionaryValue;
class GpuBlacklist;
class GPUInfo;
@@ -51,6 +52,10 @@
// Returns true if removed, or false if it was not found.
bool RemoveGpuInfoUpdateCallback(Callback0::Type* callback);
+ // Inserting disable-feature switches into renderer process command-line
+ // in correspondance to preliminary gpu feature flags.
+ void AppendRendererCommandLine(CommandLine* command_line);
+
private:
friend struct DefaultSingletonTraits<GpuDataManager>;
@@ -79,6 +84,7 @@
bool gpu_feature_flags_set_;
GpuFeatureFlags gpu_feature_flags_;
+ GpuFeatureFlags preliminary_gpu_feature_flags_;
GPUInfo gpu_info_;
« no previous file with comments | « chrome/browser/browser_main.cc ('k') | chrome/browser/gpu_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698