Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Side by Side Diff: gpu/config/gpu_blacklist_unittest.cc

Issue 239973005: Remove GPU_FEATURE_TYPE_3D_CSS and --disable-accelerated-layers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gpu/config/gpu_blacklist.cc ('k') | gpu/config/gpu_feature_type.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/memory/scoped_ptr.h" 5 #include "base/memory/scoped_ptr.h"
6 #include "gpu/config/gpu_blacklist.h" 6 #include "gpu/config/gpu_blacklist.h"
7 #include "gpu/config/gpu_control_list_jsons.h" 7 #include "gpu/config/gpu_control_list_jsons.h"
8 #include "gpu/config/gpu_feature_type.h" 8 #include "gpu/config/gpu_feature_type.h"
9 #include "gpu/config/gpu_info.h" 9 #include "gpu/config/gpu_info.h"
10 #include "testing/gtest/include/gtest/gtest.h" 10 #include "testing/gtest/include/gtest/gtest.h"
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 GPU_FEATURE_TYPE_FLASH_STAGE3D_BASELINE) 113 GPU_FEATURE_TYPE_FLASH_STAGE3D_BASELINE)
114 114
115 GPU_BLACKLIST_FEATURE_TEST(AcceleratedVideoDecode, 115 GPU_BLACKLIST_FEATURE_TEST(AcceleratedVideoDecode,
116 "accelerated_video_decode", 116 "accelerated_video_decode",
117 GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE) 117 GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE)
118 118
119 GPU_BLACKLIST_FEATURE_TEST(AcceleratedVideoEncode, 119 GPU_BLACKLIST_FEATURE_TEST(AcceleratedVideoEncode,
120 "accelerated_video_encode", 120 "accelerated_video_encode",
121 GPU_FEATURE_TYPE_ACCELERATED_VIDEO_ENCODE) 121 GPU_FEATURE_TYPE_ACCELERATED_VIDEO_ENCODE)
122 122
123 GPU_BLACKLIST_FEATURE_TEST(Css3D,
124 "3d_css",
125 GPU_FEATURE_TYPE_3D_CSS)
126
127 GPU_BLACKLIST_FEATURE_TEST(AcceleratedVideo, 123 GPU_BLACKLIST_FEATURE_TEST(AcceleratedVideo,
128 "accelerated_video", 124 "accelerated_video",
129 GPU_FEATURE_TYPE_ACCELERATED_VIDEO) 125 GPU_FEATURE_TYPE_ACCELERATED_VIDEO)
130 126
131 GPU_BLACKLIST_FEATURE_TEST(PanelFitting, 127 GPU_BLACKLIST_FEATURE_TEST(PanelFitting,
132 "panel_fitting", 128 "panel_fitting",
133 GPU_FEATURE_TYPE_PANEL_FITTING) 129 GPU_FEATURE_TYPE_PANEL_FITTING)
134 130
135 GPU_BLACKLIST_FEATURE_TEST(GpuRasterization, 131 GPU_BLACKLIST_FEATURE_TEST(GpuRasterization,
136 "gpu_rasterization", 132 "gpu_rasterization",
137 GPU_FEATURE_TYPE_GPU_RASTERIZATION) 133 GPU_FEATURE_TYPE_GPU_RASTERIZATION)
138 134
139 } // namespace gpu 135 } // namespace gpu
OLDNEW
« no previous file with comments | « gpu/config/gpu_blacklist.cc ('k') | gpu/config/gpu_feature_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698