Chromium Code Reviews| Index: src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
| diff --git a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
| index ba0adadce644e119a2a414e575be78aad012f49d..4f8ecac071022c726a84aae6073858c25289ef7a 100644 |
| --- a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
| +++ b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
| @@ -132,7 +132,10 @@ const GrGLInterface* GrGLCreateNativeInterface() { |
| GET_PROC(GetUniformLocation); |
| GET_PROC(LineWidth); |
| GET_PROC(LinkProgram); |
| + GET_PROC(LoadIdentity); |
| + GET_PROC(LoadMatrixf); |
| GET_PROC(MapBuffer); |
| + GET_PROC(MatrixMode); |
| GET_PROC(PixelStorei); |
| GET_PROC(ReadBuffer); |
| GET_PROC(ReadPixels); |