Re: Include out of viewport frames in display list

Boris Zbarsky <[email protected]> Mon, 20 Feb 2017 18:53:45 -0500
Newsgroups gmane.comp.mozilla.devel.layout
Message-ID <[email protected]>
On 2/20/17 6:42 PM, [email protected] wrote:
> I've declared the dictionary myFunctionResultContainer in Document.webidl, and this was working for me with my Firefox 46 codebase.

nsIDocument.h only includes DocumentBinding.h if MOZILLA_INTERNAL_API, 
as of https://bugzilla.mozilla.org/show_bug.cgi?id=1294100

You probably want to forward-declare myFunctionResultContainer in 
nsIDocument.h.

-Boris