mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When linting flutter/vulkan/vulkan_window.cc, the call to GrDirectContext::MakeVulkan is undefined when SK_VULKAN is not defined, triggering a lint error. Bug: https://github.com/flutter/flutter/issues/68331