Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 611f866

Browse files
committed
Fix const
1 parent 8446187 commit 611f866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ui/painting/image_generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ unsigned int BuiltinSkiaCodecImageGenerator::GetPlayCount() const {
101101
}
102102

103103
const ImageGenerator::FrameInfo BuiltinSkiaCodecImageGenerator::GetFrameInfo(
104-
unsigned int frame_index) const {
104+
unsigned int frame_index) {
105105
SkCodec::FrameInfo info = {};
106106
codec_generator_->getFrameInfo(frame_index, &info);
107107
return {

0 commit comments

Comments
 (0)