Issue #1619 - Nits Picked

This commit is contained in:
Andy 2020-08-02 08:01:58 -07:00 committed by Roy Tam
commit f15f44b445
4 changed files with 8 additions and 8 deletions

View file

@ -199,6 +199,7 @@ nsHTMLCanvasFrame::GetIntrinsicSize()
/* virtual */ AspectRatio
nsHTMLCanvasFrame::GetIntrinsicRatio()
{
// When 'contain: size' is implemented, make sure to check for it.
/*
if (StyleDisplay()->IsContainSize()) {
return AspectRatio();