Bug 1341511 - Replace std::map::empty() call with correct std::map::clear() call to remove all elements from the map r=dvander,jchen

This commit is contained in:
Randall Barker 2017-02-28 12:34:16 -08:00
Родитель 810d6c683a
Коммит 1de7435d35
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ DoCachedResize()
sChild->SendResumeAndResize(cache.first, cache.second.mSurfaceWidth, cache.second.mSurfaceHeight);
}
sResizeCache.empty();
sResizeCache.clear();
}
} // namespace