summaryrefslogtreecommitdiffstats
path: root/cc/raster/tile_task_worker_pool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/raster/tile_task_worker_pool.cc')
-rw-r--r--cc/raster/tile_task_worker_pool.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/raster/tile_task_worker_pool.cc b/cc/raster/tile_task_worker_pool.cc
index d4549c7..668aa66 100644
--- a/cc/raster/tile_task_worker_pool.cc
+++ b/cc/raster/tile_task_worker_pool.cc
@@ -50,7 +50,6 @@ bool IsSupportedPlaybackToMemoryFormat(ResourceFormat format) {
case RGB_565:
case ETC1:
case RED_8:
- case LUMINANCE_F16:
return false;
}
NOTREACHED();