resolveWidthForRatio 761 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(resolveWidthForRatio(useHeight, intrinsicRatio), useHeight); resolveWidthForRatio 769 Source/core/rendering/RenderBoxModelObject.cpp int solutionWidth = resolveWidthForRatio(size.height(), intrinsicRatio);