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
parent 810d6c683a
commit 1de7435d35

View File

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