am a0ab49bb: Merge "Fix incorrect name in eglSwapBuffers log wrapper"

* commit 'a0ab49bb52f44eac97f81117d6864edd6a2e0487':
  Fix incorrect name in eglSwapBuffers log wrapper
This commit is contained in:
Jesse Hall
2013-12-14 16:16:24 -08:00
committed by Android Git Automerger

View File

@@ -326,7 +326,7 @@ class EGLLogWrapper implements EGL11 {
}
public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) {
begin("eglInitialize");
begin("eglSwapBuffers");
arg("display", display);
arg("surface", surface);
end();