@@ -310,6 +310,7 @@ impl SkiaRenderer {
310310 maybe_window_adapter : Default :: default ( ) ,
311311 rendering_notifier : Default :: default ( ) ,
312312 image_cache : Default :: default ( ) ,
313+ layer_cache : Default :: default ( ) ,
313314 path_cache : Default :: default ( ) ,
314315 rendering_metrics_collector : Default :: default ( ) ,
315316 rendering_first_time : Default :: default ( ) ,
@@ -343,6 +344,7 @@ impl SkiaRenderer {
343344 maybe_window_adapter : Default :: default ( ) ,
344345 rendering_notifier : Default :: default ( ) ,
345346 image_cache : Default :: default ( ) ,
347+ layer_cache : Default :: default ( ) ,
346348 path_cache : Default :: default ( ) ,
347349 rendering_metrics_collector : Default :: default ( ) ,
348350 rendering_first_time : Default :: default ( ) ,
@@ -376,6 +378,7 @@ impl SkiaRenderer {
376378 maybe_window_adapter : Default :: default ( ) ,
377379 rendering_notifier : Default :: default ( ) ,
378380 image_cache : Default :: default ( ) ,
381+ layer_cache : Default :: default ( ) ,
379382 path_cache : Default :: default ( ) ,
380383 rendering_metrics_collector : Default :: default ( ) ,
381384 rendering_first_time : Default :: default ( ) ,
0 commit comments