Index: src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
diff --git a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
index c85f05c07e9d65d641922c22a87cb4e91b1555a6..c7eb46b73632ed0593c678e9c955e1a34f31d5d2 100644 |
--- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
+++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2014 Google Inc. |
* |
@@ -39,7 +38,7 @@ public: |
GrGLFuncPtr getProc(const char name[]) const { |
return (GrGLFuncPtr) dlsym(fLoader.handle(), name); |
} |
- |
+ |
private: |
GLLoader fLoader; |
}; |