We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf0d13 commit 7e56823Copy full SHA for 7e56823
lib/ui/painting/image_decoder_unittests.cc
@@ -75,7 +75,7 @@ class TestIOManager final : public IOManager {
75
76
static sk_sp<SkData> OpenFixtureAsSkData(const char* name) {
77
auto fixtures_directory =
78
- fml::OpenFile(GetFixturesPath(), false, fml::FilePermission::kRead);
+ fml::OpenDirectory(GetFixturesPath(), false, fml::FilePermission::kRead);
79
if (!fixtures_directory.is_valid()) {
80
return nullptr;
81
}
0 commit comments