diff options
author | Andy <webmaster@RealityRipple.com> | 2020-08-07 14:29:41 -0700 |
---|---|---|
committer | Andy <webmaster@RealityRipple.com> | 2020-08-07 14:31:36 -0700 |
commit | 644f617e6612b3a147e50b06c244fcc9362c9605 (patch) | |
tree | 42bb6bafdb6fdf5b8592028fc1170456ad48fc87 /layout/generic/nsImageFrame.cpp | |
parent | 3ed884a6adff46cb5871508612832ab8691752ac (diff) | |
download | uxp-644f617e6612b3a147e50b06c244fcc9362c9605.tar.gz |
Issue #1620 - Remove Development Comments
Diffstat (limited to 'layout/generic/nsImageFrame.cpp')
-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 3208a3233e..d6f47f2e42 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, |