Loading libs/gui/SurfaceTexture.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ SurfaceTexture::SurfaceTexture(GLuint tex) : } sp<ISurfaceComposer> composer(ComposerService::getComposerService()); mGraphicBufferAlloc = composer->createGraphicBufferAlloc(); mNextCrop.makeInvalid(); } SurfaceTexture::~SurfaceTexture() { Loading Loading
libs/gui/SurfaceTexture.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ SurfaceTexture::SurfaceTexture(GLuint tex) : } sp<ISurfaceComposer> composer(ComposerService::getComposerService()); mGraphicBufferAlloc = composer->createGraphicBufferAlloc(); mNextCrop.makeInvalid(); } SurfaceTexture::~SurfaceTexture() { Loading