don't hardcode "mSurface" throughout our source code
this is used in a few places to get access to the android.view.Surface native surface. use a macro instead. Also rename the field to mNativeSurface. Change-Id: I1c6dea14abd6b8b1392c7f97b304115999355094
This commit is contained in:
parent
b3815412f0
commit
e4e8cf1f19
@ -30,6 +30,8 @@
|
||||
#include <surfaceflinger/ISurface.h>
|
||||
#include <surfaceflinger/ISurfaceFlingerClient.h>
|
||||
|
||||
#define ANDROID_VIEW_SURFACE_JNI_ID "mNativeSurface"
|
||||
|
||||
namespace android {
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user