Bug 1143575. Remove unused ImageContainer::ResetPaintCount. r=nical

--HG--
extra : commitid : HGiTU6g5Puk
extra : rebase_source : 5550d38a6d9a91e5be5885152885df37ddf3dfa5
This commit is contained in:
Robert O'Callahan 2015-03-23 23:39:28 +13:00
Родитель 20525bd83f
Коммит 12ae793af5
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -468,15 +468,6 @@ public:
return mPaintCount;
}
/**
* Resets the paint count to zero.
* Can be called from any thread.
*/
void ResetPaintCount() {
ReentrantMonitorAutoEnter mon(mReentrantMonitor);
mPaintCount = 0;
}
/**
* Increments mPaintCount if this is the first time aPainted has been
* painted, and sets mPaintTime if the painted image is the current image.