Merge "fix uninitialized variable in DisplayHardware" into kraken
This commit is contained in:
committed by
Android (Google) Code Review
commit
4606d5dd95
@ -73,7 +73,7 @@ void checkEGLErrors(const char* token)
|
|||||||
DisplayHardware::DisplayHardware(
|
DisplayHardware::DisplayHardware(
|
||||||
const sp<SurfaceFlinger>& flinger,
|
const sp<SurfaceFlinger>& flinger,
|
||||||
uint32_t dpy)
|
uint32_t dpy)
|
||||||
: DisplayHardwareBase(flinger, dpy)
|
: DisplayHardwareBase(flinger, dpy), mFlags(0)
|
||||||
{
|
{
|
||||||
init(dpy);
|
init(dpy);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user