Re: Include out of viewport frames in display list

Boris Zbarsky <[email protected]> Tue, 19 Jul 2016 10:08:16 -0400
Newsgroups gmane.comp.mozilla.devel.layout
Message-ID <[email protected]>
On 7/19/16 10:00 AM, [email protected] wrote:
> What kind of type would I use for this?

A sequence of dictionaries, or a sequence of sequences of dictionaries, 
respectively.

> I'd also have to change to the corresponding type in nsDocument.cpp

Indeed.  See 
https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings#typemapping 
for how IDL types map to C++ types.

-Boris