mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1137019 (Part 1) - Get rid of unused LockImage forwarding methods on imgRequest. r=baku
This commit is contained in:
parent
d86e060a7a
commit
190b4798ef
@ -578,18 +578,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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user