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

Commit d376d81c authored by Vicky Kuo's avatar Vicky Kuo
Browse files

Fix bootanimation not display as expected.

Flag: EXEMPT b/425923739
Bug: b/425923739

Change-Id: Id7c8899676cd781f6bb5079d51a393a526a774b8
parent 76dd2b71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,8 +55,8 @@ FramebufferSurface::FramebufferSurface(HWComposer& hwc, PhysicalDisplayId displa
                                       const ui::Size& size, const ui::Size& maxSize)
      : ConsumerBase(producer, consumer),
        mDisplayId(displayId),
        mLimitedSize(limitSize(size)),
        mMaxSize(maxSize),
        mLimitedSize(limitSize(size)),
        mCurrentBufferSlot(-1),
        mCurrentBuffer(),
        mCurrentFence(Fence::NO_FENCE),
+2 −2
Original line number Diff line number Diff line
@@ -75,12 +75,12 @@ private:

    const PhysicalDisplayId mDisplayId;

    const ui::Size mLimitedSize;

    // Framebuffer size has a dimension limitation in pixels based on the graphics capabilities of
    // the device.
    const ui::Size mMaxSize;

    const ui::Size mLimitedSize;

    // mCurrentBufferIndex is the slot index of the current buffer or
    // INVALID_BUFFER_SLOT to indicate that either there is no current buffer
    // or the buffer is not associated with a slot.