diff options
Diffstat (limited to 'libs/hwui/TreeInfo.h')
| -rw-r--r-- | libs/hwui/TreeInfo.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/hwui/TreeInfo.h b/libs/hwui/TreeInfo.h index 9746ac53906e..de09755803b6 100644 --- a/libs/hwui/TreeInfo.h +++ b/libs/hwui/TreeInfo.h @@ -58,15 +58,6 @@ public: // animators, but potentially things like SurfaceTexture updates // could be handled by this as well if there are no listeners MODE_RT_ONLY, - // The subtree is being detached. Maybe. If the RenderNode is present - // in both the old and new display list's children then it will get a - // MODE_MAYBE_DETACHING followed shortly by a MODE_FULL. - // Push any pending display list changes in case it is detached, - // but don't evaluate animators and such as if it isn't detached as a - // MODE_FULL will follow shortly. - MODE_MAYBE_DETACHING, - // Destroy all hardware resources, including DisplayListData, in the tree. - MODE_DESTROY_RESOURCES, }; explicit TreeInfo(TraversalMode mode, RenderState& renderState) |