未验证 提交 3e963230 编写于 作者: R Ryan Macnak 提交者: GitHub

[fuchsia] Fix compile-time error introduced in 58e6c23e. (#4651)

上级 c210d62a
......@@ -103,7 +103,7 @@ bool VulkanSurfaceProducer::Initialize(scenic_lib::Session* mozart_session) {
logical_device_->ReleaseDeviceOwnership();
application_->ReleaseInstanceOwnership();
context_ = GrContext::MakeVulkan(backend_context);
context_ = GrContext::MakeVulkan(backend_context_);
context_->setResourceCacheLimits(vulkan::kGrCacheMaxCount,
vulkan::kGrCacheMaxByteSize);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册