am 8171aece
: fix uninitialized attribute in SurfaceFlinger
* commit '8171aece3d89a2107eda02c0e9daf79518b40174': fix uninitialized attribute in SurfaceFlinger
This commit is contained in:
commit
0b003fab82
@ -28,7 +28,8 @@ ANDROID_SINGLETON_STATIC_INSTANCE( GLExtensions )
|
|||||||
GLExtensions::GLExtensions()
|
GLExtensions::GLExtensions()
|
||||||
: mHaveTextureExternal(false),
|
: mHaveTextureExternal(false),
|
||||||
mHaveNpot(false),
|
mHaveNpot(false),
|
||||||
mHaveDirectTexture(false)
|
mHaveDirectTexture(false),
|
||||||
|
mHaveFramebufferObject(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user