Hi All, We are working on platform similar to linux and there is requirement where we want to render all composited content to an offscreen buffer like texture and then draw that texture content onto a platform window.
We are using SkiaOutputDeviceOffscreen to achieve the same. We tried dumping the contents of skia surface in https://source.chromium.org/chromium/chromium/src/+/main:components/viz/service/display_embedder/skia_output_device_offscreen.cc;l=69 (SkiaOutputDeviceOffscreen::SwapBuffers) . All we see in the dumps is HTML source code instead of the web page content. We initially thought mime type might be incorrect but we verified that mime type is text/html which is correct as expected. Any pointers/clue as to what else could go wrong which is causing the HTML source code to be rendered instead of web page would be helpful. Thanks in advance -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscr...@chromium.org. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/08e57199-3396-4c2a-bfa9-7daf5e46f4f7n%40chromium.org.