| Index: content/browser/gpu/gpu_internals_ui.cc
|
| diff --git a/content/browser/gpu/gpu_internals_ui.cc b/content/browser/gpu/gpu_internals_ui.cc
|
| index dc8e0d17f8dc7ccedb63ee468b7644d1cfd9ef0d..b0978485febcb9a72846a9ff6b8574e23080de88 100644
|
| --- a/content/browser/gpu/gpu_internals_ui.cc
|
| +++ b/content/browser/gpu/gpu_internals_ui.cc
|
| @@ -336,14 +336,6 @@ base::Value* GetFeatureStatus() {
|
| " line or not supported by the current system.",
|
| false
|
| },
|
| - {
|
| - "raster",
|
| - false,
|
| - !command_line.HasSwitch(switches::kEnableAcceleratedPainting),
|
| - "Accelerated rasterization has not been enabled or"
|
| - " is not supported by the current system.",
|
| - true
|
| - }
|
| };
|
| const size_t kNumFeatures = sizeof(kGpuFeatureInfo) / sizeof(GpuFeatureInfo);
|
|
|
|
|