Remove duplicated code in android_get_gl_proc.
authorjungjik.lee <jungjik.lee@samsung.com>
Thu, 2 Oct 2014 12:28:32 +0000 (05:28 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 2 Oct 2014 12:28:32 +0000 (05:28 -0700)
commit29fe24c0ed44c1ee8f21df16f4bdc058f27eab77
tree6226edb68641af861db031096fda75bf9098eafe
parent08bd03bc1778d52989a8ed77e205bea0f996565a
Remove duplicated code in android_get_gl_proc.

code for getting gles function pointer
has been written twice.
so this patch removes the last one.

BUG=skia:

Review URL: https://codereview.chromium.org/606413002
src/gpu/gl/android/GrGLCreateNativeInterface_android.cpp