There is SetAsOffScreen in CefWindowInfo, but i can't seem to find the one in browser settings?
Render handlers seems to be working but dirty rects are always 0by0. I guess that's because i do not set the width and height of the page. How do i do that when there is no window?
Worked fine so far, but in the scenario i am using, copying dirtyrext pixel-by-pixel is really slow.
Is there a way to get the BGRA buffer of complete page? Buffer i am using to display page is also BGRA, if i can get the buffer of the page then i can just marshall copy that buffer.