commit | b0e76f456afaada43ddb0968bb37145219f90cd3 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Mar 23 14:15:44 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Mar 23 14:15:44 2012 -0700 |
tree | fa7b40ae0eed2dc938ee1a4f0f5ca8ecb3ab67c5 | |
parent | 82dd49041004f657680c249ec9abfac668fb41e9 [diff] |
remove dependency of EGL on ndk header Change-Id: Ia6e489b5b4f028864bdf54923e81f604710dd8ad
diff --git a/include/gui/SurfaceTextureClient.h b/include/gui/SurfaceTextureClient.h index 1051bd2..f86e8fd 100644 --- a/include/gui/SurfaceTextureClient.h +++ b/include/gui/SurfaceTextureClient.h
@@ -27,6 +27,8 @@ #include <utils/RefBase.h> #include <utils/threads.h> +struct ANativeWindow_Buffer; + namespace android { class Surface;