diff --git a/frameworks/components/root_view.cpp b/frameworks/components/root_view.cpp index e9c21c6f23a47a01e7a794a097ce3382c83df5dc..96c9dd56839b2e96ba56f865a4e5e964082ddc84 100644 --- a/frameworks/components/root_view.cpp +++ b/frameworks/components/root_view.cpp @@ -538,8 +538,9 @@ void RootView::Render() RenderManager::RenderRect(iter->data_, this); flushRect.Join(flushRect, iter->data_); } -#endif +#else RenderManager::RenderRect(flushRect, this); +#endif invalidateRects_.Clear(); #endif