| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index de6f1ffea11caef7b8d0289c0663b0161f4de991..8631b5ce70e7a4a3406059d7f768346293c8194b 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -70,10 +70,7 @@ const GpuFeatureInfo GetGpuFeatureInfo(size_t index, bool* eof) {
|
| const GpuFeatureInfo kGpuFeatureInfo[] = {
|
| {"2d_canvas",
|
| manager->IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_ACCELERATED_2D_CANVAS),
|
| - command_line.HasSwitch(switches::kDisableAccelerated2dCanvas) ||
|
| - !GpuDataManagerImpl::GetInstance()
|
| - ->GetGPUInfo()
|
| - .SupportsAccelerated2dCanvas(),
|
| + command_line.HasSwitch(switches::kDisableAccelerated2dCanvas),
|
| "Accelerated 2D canvas is unavailable: either disabled via blacklist or"
|
| " the command line.",
|
| true},
|
|
|