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

Commit 469cc57c authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 2f35d244: Merge "Avoid extraneous EGL surface allocations Bug #8667873" into jb-mr2-dev

* commit '2f35d244':
  Avoid extraneous EGL surface allocations Bug #8667873
parents 657eb614 2f35d244
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1639,7 +1639,7 @@ public final class ViewRootImpl implements ViewParent,

            if (mAttachInfo.mHardwareRenderer != null &&
                    mAttachInfo.mHardwareRenderer.isEnabled()) {
                if (hwInitialized || windowShouldResize ||
                if (hwInitialized ||
                        mWidth != mAttachInfo.mHardwareRenderer.getWidth() ||
                        mHeight != mAttachInfo.mHardwareRenderer.getHeight()) {
                    mAttachInfo.mHardwareRenderer.setup(mWidth, mHeight);