commit | ed985574148a938bc3af24442eead313cc62521c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Mar 22 00:24:39 2013 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Mar 22 00:24:39 2013 -0700 |
tree | 351bd540ada131001ed96f2f5f8ff9475c276d49 | |
parent | 7133f8638e105548f6cca66a0ba9a6951993b7de [diff] [blame] |
make sure screenshot are in a format supported by Bitmap.java Change-Id: I0fb9cc4088f9c1fd27e6c017b0a7c5617adb4660
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h index ef88437..1017560 100644 --- a/services/surfaceflinger/SurfaceFlinger.h +++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -419,6 +419,7 @@ EGLContext mEGLContext; EGLConfig mEGLConfig; EGLDisplay mEGLDisplay; + EGLint mEGLNativeVisualId; sp<IBinder> mBuiltinDisplays[DisplayDevice::NUM_DISPLAY_TYPES]; // Can only accessed from the main thread, these members