| Index: LayoutTests/inspector/tracing/decode-resize.html
|
| diff --git a/LayoutTests/inspector/tracing/decode-resize.html b/LayoutTests/inspector/tracing/decode-resize.html
|
| index d78eeac30533502d71b8edf94682a739229f948d..1a1db2529f83007259f5ab76c5bf64a2876259be 100644
|
| --- a/LayoutTests/inspector/tracing/decode-resize.html
|
| +++ b/LayoutTests/inspector/tracing/decode-resize.html
|
| @@ -46,7 +46,8 @@ function showImages(callback)
|
| function addImages()
|
| {
|
| if (nextImageIndex >= images.length) {
|
| - testRunner.layoutAndPaintAsyncThen(callback);
|
| + // Allow several frames for image decoding to complete on rasterizer threads.
|
| + generateFrames(3, callback);
|
| return;
|
| }
|
|
|
|
|