Commit fa0403b2 authored by Emircan Uysaler's avatar Emircan Uysaler Committed by Commit Bot

[Fuchsia] Specify GrContext type when enabling vulkan

Bug: 1016958
Change-Id: I7d918b17cd8b6d6b0b0d8a471087d44e5af11d65
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872487Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Commit-Queue: Emircan Uysaler <emircan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708417}
parent f3afa17a
......@@ -253,6 +253,8 @@ void ContextProviderImpl::Create(
launch_command.AppendSwitch(switches::kEnableOopRasterization);
launch_command.AppendSwitchASCII(switches::kUseGL,
gl::kGLImplementationStubName);
launch_command.AppendSwitchASCII(switches::kGrContextType,
switches::kGrContextTypeVulkan);
}
if (enable_widevine) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment