commit | b2a153adc9860616acdb96d7cdd64494d5a2a0f2 | [log] [tgz] |
---|---|---|
author | Iliyan Malchev <malchev@google.com> | Sun May 01 11:33:26 2011 -0700 |
committer | Iliyan Malchev <malchev@google.com> | Tue May 03 16:40:14 2011 -0700 |
tree | 3e87a5d9681d86ad68c14222774f77bc4bd3ae4a | |
parent | be0cc36525f090032d1b84d95e1d8ba5fc714fc2 [diff] [blame] |
frameworks/base: android_native_buffer_t -> ANativeWindowBuffer Change-Id: Idc2eabaa805bb6d308ebb315872623f28d428417 Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/services/surfaceflinger/TextureManager.cpp b/services/surfaceflinger/TextureManager.cpp index 9e24f90..bb63c37 100644 --- a/services/surfaceflinger/TextureManager.cpp +++ b/services/surfaceflinger/TextureManager.cpp
@@ -144,7 +144,7 @@ } // construct an EGL_NATIVE_BUFFER_ANDROID - android_native_buffer_t* clientBuf = buffer->getNativeBuffer(); + ANativeWindowBuffer* clientBuf = buffer->getNativeBuffer(); // create the new EGLImageKHR const EGLint attrs[] = {