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 | 9b28430fe8d30766645caadee30f5585dbf9bfe4 (patch) | |
tree | 42bb6bafdb6fdf5b8592028fc1170456ad48fc87 /layout/generic | |
parent | a5aa5cd0f3da362a8563ecc02e9063dcf4719ddb (diff) | |
download | uxp-9b28430fe8d30766645caadee30f5585dbf9bfe4.tar.gz |
Issue mcp-graveyard/UXP#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 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, |