diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 06:50:10 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 06:50:10 +0000 |
commit | 69207b099bd9082a4899b7dff7c31fdd340f1dea (patch) | |
tree | 5d1abde6b8d4a80217ff1538bf40bbb57dd497e3 | |
parent | a9d4d4f8ff5b837ff736c6019aae93386582e4d3 (diff) | |
download | chromium_src-69207b099bd9082a4899b7dff7c31fdd340f1dea.zip chromium_src-69207b099bd9082a4899b7dff7c31fdd340f1dea.tar.gz chromium_src-69207b099bd9082a4899b7dff7c31fdd340f1dea.tar.bz2 |
Remove the no longer used AMDVideoCardType enums.
BUG=376562
TEST=chromium / chrome official builds fine
TBR=kbr@chromium.org
Review URL: https://codereview.chromium.org/343693004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278289 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | gpu/config/gpu_info_collector.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gpu/config/gpu_info_collector.h b/gpu/config/gpu_info_collector.h index f16071b..4758aec 100644 --- a/gpu/config/gpu_info_collector.h +++ b/gpu/config/gpu_info_collector.h @@ -64,17 +64,6 @@ GPU_EXPORT void MergeGPUInfo(GPUInfo* basic_gpu_info, GPU_EXPORT void MergeGPUInfoGL(GPUInfo* basic_gpu_info, const GPUInfo& context_gpu_info); -// Advanced Micro Devices has interesting configurations on laptops were -// there are two videocards that can alternatively a given process output. -// TODO(zmo): remove them when we remove the GetAMDVideocardType() in the -// internal src/third_party/amd. -enum AMDVideoCardType { - UNKNOWN, - STANDALONE, - INTEGRATED, - SWITCHABLE -}; - } // namespace gpu #endif // GPU_CONFIG_GPU_INFO_COLLECTOR_H_ |