summaryrefslogtreecommitdiffstats
path: root/layout/generic/nsImageFrame.cpp
diff options
context:
space:
mode:
authorAndy <webmaster@RealityRipple.com>2020-08-07 14:29:41 -0700
committerAndy <webmaster@RealityRipple.com>2020-08-07 14:31:36 -0700
commit644f617e6612b3a147e50b06c244fcc9362c9605 (patch)
tree42bb6bafdb6fdf5b8592028fc1170456ad48fc87 /layout/generic/nsImageFrame.cpp
parent3ed884a6adff46cb5871508612832ab8691752ac (diff)
downloadUXP-644f617e6612b3a147e50b06c244fcc9362c9605.tar
UXP-644f617e6612b3a147e50b06c244fcc9362c9605.tar.gz
UXP-644f617e6612b3a147e50b06c244fcc9362c9605.tar.lz
UXP-644f617e6612b3a147e50b06c244fcc9362c9605.tar.xz
UXP-644f617e6612b3a147e50b06c244fcc9362c9605.zip
Issue #1620 - Remove Development Comments
Diffstat (limited to 'layout/generic/nsImageFrame.cpp')
-rw-r--r--layout/generic/nsImageFrame.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/layout/generic/nsImageFrame.cpp b/layout/generic/nsImageFrame.cpp
index 3208a3233..d6f47f2e4 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,