Merge "DisplayDevice: initialize mDisplayToken correctly"

This commit is contained in:
Jesse Hall 2013-01-14 13:53:09 -08:00 committed by Gerrit Code Review
commit 845ed8fdaa

View File

@ -77,6 +77,7 @@ DisplayDevice::DisplayDevice(
EGLConfig config) EGLConfig config)
: mFlinger(flinger), : mFlinger(flinger),
mType(type), mHwcDisplayId(-1), mType(type), mHwcDisplayId(-1),
mDisplayToken(displayToken),
mNativeWindow(nativeWindow), mNativeWindow(nativeWindow),
mFramebufferSurface(framebufferSurface), mFramebufferSurface(framebufferSurface),
mDisplay(EGL_NO_DISPLAY), mDisplay(EGL_NO_DISPLAY),