Fix incorrect assignment from refactor.

Accidentally regressed here:
https://skia-review.googlesource.com/c/skia/+/405200

Bug: 1203705
Change-Id: If74c4a281467d2f0fa0d01086f54bdc425f227f4
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/405687
Auto-Submit: Brian Salomon <bsalomon@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
This commit is contained in:
Brian Salomon 2021-05-07 12:11:16 -04:00 committed by Skia Commit-Bot
parent ffba524ff8
commit 893358e208

View File

@ -487,7 +487,7 @@ GrGLDriverInfo GrGLGetDriverInfo(const GrGLInterface* interface) {
}
} else if (GR_IS_GR_GL_ES(interface->fStandard)) {
if (info.fVendor == kNVIDIA_GrGLVendor) {
info.fDriverVersion = kNVIDIA_GrGLDriver;
info.fDriver = kNVIDIA_GrGLDriver;
int n = sscanf(version,
"OpenGL ES %d.%d NVIDIA %d.%d",
&major,