summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/gpu_internals_ui.cc
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 03:08:24 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 03:08:24 +0000
commit272279c609dd750e5e84ebe0bac21f1e877e49c2 (patch)
tree4eaeae1014eb283592148aaa2b5b9aad4167ea4e /content/browser/gpu/gpu_internals_ui.cc
parentaa2c776abb09337ae2111e5123dfe81b8023543c (diff)
downloadchromium_src-272279c609dd750e5e84ebe0bac21f1e877e49c2.zip
chromium_src-272279c609dd750e5e84ebe0bac21f1e877e49c2.tar.gz
chromium_src-272279c609dd750e5e84ebe0bac21f1e877e49c2.tar.bz2
cc: Remove legacy accelerated painting path
R=nduca@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/16069004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202761 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_internals_ui.cc')
-rw-r--r--content/browser/gpu/gpu_internals_ui.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/content/browser/gpu/gpu_internals_ui.cc b/content/browser/gpu/gpu_internals_ui.cc
index dc8e0d1..b097848 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);