Merge "[HWUI] Fix invisible views are still shown in popup window"
This commit is contained in:
@@ -2071,7 +2071,9 @@ status_t OpenGLRenderer::drawDisplayList(DisplayList* displayList, Rect& dirty,
|
||||
return status | deferredList.flush(*this, dirty);
|
||||
}
|
||||
|
||||
return DrawGlInfo::kStatusDone;
|
||||
// Even if there is no drawing command(Ex: invisible),
|
||||
// it still needs startFrame to clear buffer and start tiling.
|
||||
return startFrame();
|
||||
}
|
||||
|
||||
void OpenGLRenderer::outputDisplayList(DisplayList* displayList) {
|
||||
|
||||
Reference in New Issue
Block a user