| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index 5f4e6e3024e610997074f4f66c327d9ca5cea8a1..d90451e2abae4ae5fbc6efa1d41a310a23c52ed8 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -269,19 +269,6 @@ bool IsDelegatedRendererEnabled() {
|
| return enabled;
|
| }
|
|
|
| -bool IsDeadlineSchedulingEnabled() {
|
| - const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| -
|
| - // Default to enabled.
|
| - bool enabled = true;
|
| -
|
| - // Flags override.
|
| - enabled |= command_line.HasSwitch(switches::kEnableDeadlineScheduling);
|
| - enabled &= !command_line.HasSwitch(switches::kDisableDeadlineScheduling);
|
| -
|
| - return enabled;
|
| -}
|
| -
|
| base::Value* GetFeatureStatus() {
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| GpuDataManagerImpl* manager = GpuDataManagerImpl::GetInstance();
|
|
|