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

Commit 5f80584

Browse files
authored
Remove IO manager Fuchsia workaround. (#34959)
1 parent 904afe8 commit 5f80584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/common/shell_io_manager.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace flutter {
1313
sk_sp<GrDirectContext> ShellIOManager::CreateCompatibleResourceLoadingContext(
1414
GrBackend backend,
1515
sk_sp<const GrGLInterface> gl_interface) {
16-
#if !OS_FUCHSIA && SK_GL
16+
#if SK_GL
1717
if (backend != GrBackend::kOpenGL_GrBackend) {
1818
return nullptr;
1919
}
@@ -26,7 +26,7 @@ sk_sp<GrDirectContext> ShellIOManager::CreateCompatibleResourceLoadingContext(
2626
context->setResourceCacheLimit(0);
2727
return context;
2828
}
29-
#endif // !OS_FUCHSIA && SK_GL
29+
#endif // SK_GL
3030

3131
return nullptr;
3232
}

0 commit comments

Comments
 (0)