Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 075db958 authored by Jamie Gennis's avatar Jamie Gennis
Browse files

SurfaceTexture: fix a comment

Change-Id: I799532f77f8fbb6b8ee6888fdd8852b6f28e8c33
parent 5c23a2c7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -343,8 +343,7 @@ private:

    // mCurrentTextureBuf is the graphic buffer of the current texture. It's
    // possible that this buffer is not associated with any buffer slot, so we
    // must track it separately in order to properly use
    // IGraphicBufferAlloc::freeAllGraphicBuffersExcept.
    // must track it separately in order to support the getCurrentBuffer method.
    sp<GraphicBuffer> mCurrentTextureBuf;

    // mCurrentCrop is the crop rectangle that applies to the current texture.