diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index df966e16a2863..641cbc8e7a0f4 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp @@ -338,6 +338,7 @@ void Caches::flush(FlushMode mode) { dropShadowCache.clear(); gradientCache.clear(); fontRenderer->clear(); + fboCache.clear(); dither.clear(); // fall through case kFlushMode_Moderate: