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

Commit

Permalink
Fix name in windows generator factory
Browse files Browse the repository at this point in the history
  • Loading branch information
bdero committed May 17, 2021
1 parent 867a570 commit 8667f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/painting/image_generator_registry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ImageGeneratorRegistry::ImageGeneratorRegistry() : weak_factory_(this) {
add(
[](sk_sp<SkData> buffer) {
auto generator = SkImageGeneratorWIC::MakeFromEncodedWIC(buffer);
return BuiltinSkiaImageGenerator::makeFromGenerator(
return BuiltinSkiaImageGenerator::MakeFromGenerator(
std::move(generator));
},
0);
Expand Down

0 comments on commit 8667f36

Please sign in to comment.