commit | 376f5614699f088aa458addfdc26fca4c4c63d68 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue May 05 18:21:32 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue May 05 18:21:32 2009 -0700 |
tree | 55b00dd1ec48d67aa6ac5aa92a58618cd1389f2b | |
parent | 81dd9e9f10b3557e8f1b13a5b1466bdcd74e0b56 [diff] [blame] |
move android_native_buffer_t declaration into its own private/ui/android_native_priv.h header, since user code should never have access to it.
diff --git a/include/private/ui/SurfaceBuffer.h b/include/private/ui/SurfaceBuffer.h index a6db50f..c45abeb 100644 --- a/include/private/ui/SurfaceBuffer.h +++ b/include/private/ui/SurfaceBuffer.h
@@ -22,7 +22,7 @@ #include <utils/RefBase.h> -#include <ui/egl/android_natives.h> +#include <private/ui/android_natives_priv.h> namespace android {