diff options
Diffstat (limited to 'content/browser/gpu/gpu_data_manager_impl.h')
-rw-r--r-- | content/browser/gpu/gpu_data_manager_impl.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h index 7683373..3c665d1 100644 --- a/content/browser/gpu/gpu_data_manager_impl.h +++ b/content/browser/gpu/gpu_data_manager_impl.h @@ -46,18 +46,14 @@ class CONTENT_EXPORT GpuDataManagerImpl void AddLogMessage(Value* msg); - // Insert disable-feature switches corresponding to preliminary gpu feature - // flags into the renderer process command line. + // Inserting disable-feature switches into renderer process command-line + // in correspondence to preliminary gpu feature flags. void AppendRendererCommandLine(CommandLine* command_line); - // Insert switches into gpu process command line: kUseGL, + // Inserting switches into gpu process command-line: kUseGL, // kDisableGLMultisampling. void AppendGpuCommandLine(CommandLine* command_line); - // Insert switches into plugin process command line: - // kDisableCoreAnimationPlugins. - void AppendPluginCommandLine(CommandLine* command_line); - // This gets called when switching GPU might have happened. void HandleGpuSwitch(); |