Commit 6c29b0c7 authored by kylechar's avatar kylechar Committed by Commit Bot

Cleanup chrome://gpu feature list.

1. Remove surface_synchronization. It's on everywhere at this point so
   it's not neessary to list it.
2. Make metal and surface control platform specific. They aren't
   relevant outside of MacOS and Android respectively.
3. Make features that are experimental or ongoing finch controlled roll
   out not show up in problems detected list when disabled.
4. Remove |needs_gpu_access| attribute since it's not used.

Bug: none
Change-Id: I9e9909d33d849e2025a550e0bd0d42eb90c00d74
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1648650
Commit-Queue: kylechar <kylechar@chromium.org>
Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#667255}
parent 05140af4
This diff is collapsed.
...@@ -228,11 +228,10 @@ cr.define('gpu', function() { ...@@ -228,11 +228,10 @@ cr.define('gpu', function() {
'multiple_raster_threads': 'Multiple Raster Threads', 'multiple_raster_threads': 'Multiple Raster Threads',
'native_gpu_memory_buffers': 'Native GpuMemoryBuffers', 'native_gpu_memory_buffers': 'Native GpuMemoryBuffers',
'protected_video_decode': 'Hardware Protected Video Decode', 'protected_video_decode': 'Hardware Protected Video Decode',
'surface_synchronization': 'Surface Synchronization',
'surface_control': 'Surface Control', 'surface_control': 'Surface Control',
'vpx_decode': 'VPx Video Decode', 'vpx_decode': 'VPx Video Decode',
'webgl2': 'WebGL2', 'webgl2': 'WebGL2',
'viz_display_compositor': 'Viz Service Display Compositor', 'viz_display_compositor': 'Viz Display Compositor',
'viz_hit_test_surface_layer': 'Viz Hit-test Surface Layer', 'viz_hit_test_surface_layer': 'Viz Hit-test Surface Layer',
'skia_renderer': 'Skia Renderer', 'skia_renderer': 'Skia Renderer',
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment