summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2013-02-13 15:26:48 -0800
committer Mathias Agopian <mathias@google.com> 2013-02-13 15:27:08 -0800
commit6d9b9dfd555ee2bc1dd8381dde95d45f9500b3ca (patch)
tree3d72eafbcc43610d84194f72527f45b8727a14e6
parentac9fa427d4a86745e60a5f7fd8e3ea340c4db907 (diff)
remove access ANDROID_VIEW_SURFACE_JNI_ID
Change-Id: I0ef474ed9be2cd26fa520ef871ffcf21a25e4994
-rw-r--r--include/gui/Surface.h2
-rw-r--r--include/gui/SurfaceComposerClient.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/include/gui/Surface.h b/include/gui/Surface.h
index 27921df789..ec75d4e9f9 100644
--- a/include/gui/Surface.h
+++ b/include/gui/Surface.h
@@ -31,8 +31,6 @@
#include <gui/ISurface.h>
#include <gui/ISurfaceComposerClient.h>
-#define ANDROID_VIEW_SURFACE_JNI_ID "mNativeSurface"
-
namespace android {
// ---------------------------------------------------------------------------
diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h
index dbdd3a9cb7..e0761b955f 100644
--- a/include/gui/SurfaceComposerClient.h
+++ b/include/gui/SurfaceComposerClient.h
@@ -21,6 +21,7 @@
#include <sys/types.h>
#include <binder/IBinder.h>
+#include <binder/IMemory.h>
#include <utils/RefBase.h>
#include <utils/Singleton.h>