The method BaseRenderer::GetDisplayGeometryUpdateTime() returns m_CurrentWorldGeometry2DUpdateTime. The correct variable would be: m_DisplayGeometryUpdateTime.
I already tried to fix this, however m_DisplayGeometryUpdateTime is not updated or set properly and the method will always return 0.
The method is only used once in the ContourSetVtkMapper3D. Maybe we can just delete it completely.