diff options
author | Andy <webmaster@RealityRipple.com> | 2020-08-07 14:29:41 -0700 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-08-30 09:23:37 +0000 |
commit | c75e412f17a0cfcf4036a4c7a87ad1476601cc5e (patch) | |
tree | a04f0411a4c68898ab0788f709d49f437738b3e0 /layout/generic | |
parent | 0bbe6ec10589b8540aa86200bf2b209ad4e563ba (diff) | |
download | UXP-c75e412f17a0cfcf4036a4c7a87ad1476601cc5e.tar UXP-c75e412f17a0cfcf4036a4c7a87ad1476601cc5e.tar.gz UXP-c75e412f17a0cfcf4036a4c7a87ad1476601cc5e.tar.lz UXP-c75e412f17a0cfcf4036a4c7a87ad1476601cc5e.tar.xz UXP-c75e412f17a0cfcf4036a4c7a87ad1476601cc5e.zip |
Issue #1620 - Remove Development Comments
Diffstat (limited to 'layout/generic')
-rw-r--r-- | layout/generic/nsImageFrame.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layout/generic/nsImageFrame.cpp b/layout/generic/nsImageFrame.cpp index 029f82e45..2646125c9 100644 --- a/layout/generic/nsImageFrame.cpp +++ b/layout/generic/nsImageFrame.cpp @@ -287,10 +287,6 @@ nsImageFrame::Init(nsIContent* aContent, p->AdjustPriority(-1); } -// 2020-07-14 (RealityRipple) Firefox is doing this completely differently -// because of loading="lazy" support and the StyleDisplay()->IsContainSize() -// property. Double-check all of this for problems. - static IntrinsicSize ComputeIntrinsicSize(imgIContainer* aImage, bool aUseMappedRatio, |