summaryrefslogtreecommitdiff
path: root/chromium/third_party/skia/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp')
-rw-r--r--chromium/third_party/skia/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/skia/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp b/chromium/third_party/skia/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp
index 2a2ceddc96f..3b5951f502c 100644
--- a/chromium/third_party/skia/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp
+++ b/chromium/third_party/skia/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp
@@ -72,7 +72,7 @@ sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
return nullptr;
}
- GrGLGetStringProc getString = (GrGLGetStringProc)getter.getProc("glGetString");
+ GrGLGetStringFn* getString = (GrGLGetStringFn*)getter.getProc("glGetString");
if (nullptr == getString) {
return nullptr;
}