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

Commit 8293e02e authored by Rajulu Ponnada's avatar Rajulu Ponnada Committed by Steve Kondik
Browse files

frameworks/base: fix for garbage screen updates in certain testcases

fxing blackbox popup issue when using twitter signup

Change-Id: I7449e31c1e93580076b2a23c39cd5a3aefab006b
(cherry picked from commit 9de660f617554ef4c2a988876dd8fc86e9328666)
parent 834f7050
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -654,7 +654,8 @@ bool OpenGLRenderer::createFboLayer(Layer* layer, Rect& bounds, sp<Snapshot> sna
    glBindFramebuffer(GL_FRAMEBUFFER, layer->getFbo());
#ifdef QCOM_HARDWARE
    TILERENDERING_START(layer->getFbo(), clip.left, clip.top,
                        clip.right, clip.bottom, mWidth, mHeight);
                        clip.right, clip.bottom,
                        bounds.getWidth(), bounds.getHeight());
#endif
    layer->bindTexture();