summaryrefslogtreecommitdiffstats
path: root/image/ImageWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'image/ImageWrapper.cpp')
-rw-r--r--image/ImageWrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/image/ImageWrapper.cpp b/image/ImageWrapper.cpp
index f7068dfc5..5ed6c7817 100644
--- a/image/ImageWrapper.cpp
+++ b/image/ImageWrapper.cpp
@@ -146,9 +146,9 @@ ImageWrapper::GetIntrinsicSize(nsSize* aSize)
}
NS_IMETHODIMP
-ImageWrapper::GetIntrinsicRatio(nsSize* aSize)
+ImageWrapper::GetIntrinsicRatio(AspectRatio* aRatio)
{
- return mInnerImage->GetIntrinsicRatio(aSize);
+ return mInnerImage->GetIntrinsicRatio(aRatio);
}
NS_IMETHODIMP_(Orientation)