diff options
author | 2014-03-24 22:34:46 +0000 | |
---|---|---|
committer | 2014-03-24 22:34:47 +0000 | |
commit | 2ddf5166ea1da32f7ac63392f369f8a3c36a16df (patch) | |
tree | 2e3c394ed04d1d0f1b2964daacb509700dbd3e31 /libs/hwui/OpenGLRenderer.cpp | |
parent | ae5d7d5d61def1c7af9d69d3e72a0f5f4a8a6414 (diff) | |
parent | d0a0b2a3140bfb1819a116413ce9d81886697a07 (diff) |
Merge "Add stagingProperties"
Diffstat (limited to 'libs/hwui/OpenGLRenderer.cpp')
-rw-r--r-- | libs/hwui/OpenGLRenderer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/OpenGLRenderer.cpp b/libs/hwui/OpenGLRenderer.cpp index cdd789d92fae..5ef8abbc73e4 100644 --- a/libs/hwui/OpenGLRenderer.cpp +++ b/libs/hwui/OpenGLRenderer.cpp @@ -1919,6 +1919,7 @@ status_t OpenGLRenderer::drawDisplayList(RenderNode* displayList, Rect& dirty, // will be performed by the display list itself if (displayList && displayList->isRenderable()) { // compute 3d ordering + displayList->updateProperties(); displayList->computeOrdering(); if (CC_UNLIKELY(mCaches.drawDeferDisabled)) { status = startFrame(); |