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, 1 insertions, 0 deletions
diff --git a/cc/raster/tile_task_worker_pool.cc b/cc/raster/tile_task_worker_pool.cc
index 668aa66..d4549c7 100644
--- a/cc/raster/tile_task_worker_pool.cc
+++ b/cc/raster/tile_task_worker_pool.cc
@@ -50,6 +50,7 @@ bool IsSupportedPlaybackToMemoryFormat(ResourceFormat format) {
case RGB_565:
case ETC1:
case RED_8:
+ case LUMINANCE_F16:
return false;
}
NOTREACHED();