|
@@ -161,7 +161,7 @@ void SharedResourceRequest::handle_successful_fetch(URL::URL const& url_string,
|
|
Vector<AnimatedBitmapDecodedImageData::Frame> frames;
|
|
Vector<AnimatedBitmapDecodedImageData::Frame> frames;
|
|
for (auto& frame : result.frames) {
|
|
for (auto& frame : result.frames) {
|
|
frames.append(AnimatedBitmapDecodedImageData::Frame {
|
|
frames.append(AnimatedBitmapDecodedImageData::Frame {
|
|
- .bitmap = Gfx::ImmutableBitmap::create(*frame.bitmap, move(result.color_space)),
|
|
|
|
|
|
+ .bitmap = Gfx::ImmutableBitmap::create(*frame.bitmap, result.color_space),
|
|
.duration = static_cast<int>(frame.duration),
|
|
.duration = static_cast<int>(frame.duration),
|
|
});
|
|
});
|
|
}
|
|
}
|