mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Bug 913247 followup: Remove superfluous call to imagesToRefresh.Clear(). rs=bz
This commit is contained in:
parent
0f4ca5e101
commit
0ea468eaff
@ -1168,7 +1168,6 @@ nsRefreshDriver::Tick(int64_t aNowEpoch, TimeStamp aNowTime)
|
||||
for (uint32_t i = 0; i < imagesToRefresh.Length(); i++) {
|
||||
imagesToRefresh[i]->RequestRefresh(aNowTime);
|
||||
}
|
||||
imagesToRefresh.Clear();
|
||||
}
|
||||
|
||||
for (uint32_t i = 0; i < mPresShellsToInvalidateIfHidden.Length(); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user