summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-04-12 18:59:49 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-04-12 18:59:49 -0700
commit445a97855480acecaa53c648be47337d19b4297d (patch)
tree26b95789363a97eccf4281f03fe428693aacbd09 /include
parent7853c8988fe30d1a150dcf62887506f36ea75242 (diff)
parent8b138323d54e36fd66b22a634494648e20c53373 (diff)
downloadframeworks_base-445a97855480acecaa53c648be47337d19b4297d.zip
frameworks_base-445a97855480acecaa53c648be47337d19b4297d.tar.gz
frameworks_base-445a97855480acecaa53c648be47337d19b4297d.tar.bz2
Merge "don't hardcode "mSurface" throughout our source code" into kraken
Diffstat (limited to 'include')
-rw-r--r--include/surfaceflinger/Surface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/surfaceflinger/Surface.h b/include/surfaceflinger/Surface.h
index 0279d84..4c8d023 100644
--- a/include/surfaceflinger/Surface.h
+++ b/include/surfaceflinger/Surface.h
@@ -30,6 +30,8 @@
#include <surfaceflinger/ISurface.h>
#include <surfaceflinger/ISurfaceFlingerClient.h>
+#define ANDROID_VIEW_SURFACE_JNI_ID "mNativeSurface"
+
namespace android {
// ---------------------------------------------------------------------------