File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1313#include " include/gpu/gl/GrGLInterface.h"
1414#include " src/gpu/ganesh/gl/GrGLUtil.h"
1515
16- #if defined(_M_ARM64)
17-
18- sk_sp<const GrGLInterface> GrGLMakeNativeInterface () { return nullptr ; }
19-
20- #else
21-
2216typedef HGLRC (WINAPI *WGLGetCurrentContextProc)(VOID);
2317typedef PROC (WINAPI *WGLGetProcAddressProc)(LPCSTR name);
2418
@@ -109,6 +103,4 @@ sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
109103 return nullptr ;
110104}
111105
112- #endif // ARM64
113-
114106#endif // defined(SK_BUILD_FOR_WIN)
Original file line number Diff line number Diff line change 66 */
77
88#include " include/core/SkTypes.h"
9- #if defined(SK_BUILD_FOR_WIN) && !defined(_M_ARM64) && !defined( WINUWP)
9+ #if defined(SK_BUILD_FOR_WIN) && !defined(WINUWP)
1010
1111#include " src/utils/win/SkWGL.h"
1212
You can’t perform that action at this time.
0 commit comments