зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1137019
(Part 1) - Get rid of unused LockImage forwarding methods on imgRequest. r=baku
This commit is contained in:
Родитель
a4099ba4c5
Коммит
98a3c24c58
|
@ -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();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче