Re: Include out of viewport frames in display list

[email protected] Tue, 21 Feb 2017 06:37:30 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.layout
Message-ID <[email protected]>
Thanks a lot! Build successful.
I actually already tried putting "class myFunctionResultContainer;" into nsIDocument.h but not in the right place. Now it makes sense :)

It worked as you suggested but building suggests I use struct instead of class. So I changed that and now everything seems fine.

Glad it was just such a minor fix.