Merge "Clear FBO cache on full memory flush" into klp-dev

This commit is contained in:
Romain Guy
2013-08-16 20:56:59 +00:00
committed by Android (Google) Code Review

View File

@@ -338,6 +338,7 @@ void Caches::flush(FlushMode mode) {
dropShadowCache.clear();
gradientCache.clear();
fontRenderer->clear();
fboCache.clear();
dither.clear();
// fall through
case kFlushMode_Moderate: