Bug 1137019 (Part 1) - Get rid of unused LockImage forwarding methods on imgRequest. r=baku

This commit is contained in:
Seth Fowler 2015-03-10 11:21:45 -07:00
Родитель a4099ba4c5
Коммит 98a3c24c58
2 изменённых файлов: 0 добавлений и 14 удалений

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

@ -589,18 +589,6 @@ imgRequest::CacheChanged(nsIRequest* aNewRequest)
return true;
}
nsresult
imgRequest::LockImage()
{
return mImage->LockImage();
}
nsresult
imgRequest::UnlockImage()
{
return mImage->UnlockImage();
}
nsresult
imgRequest::RequestDecode()
{

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

@ -89,8 +89,6 @@ public:
// Methods that get forwarded to the Image, or deferred until it's
// instantiated.
nsresult LockImage();
nsresult UnlockImage();
nsresult StartDecoding();
nsresult RequestDecode();