Hi,
I got the Android O preview version, and enable vulkan back-end for Android hwui, actually it is already supported by google, I just modify some configurations. Then I got a bit performance improvement. But when I do full test, one critical issue occurred: some webview page can not show, the page is full of RED color, and other android ui is still ok. Please see the below diagram:

I heard Chromium already start Vulkan integration from 2016.3, but is postponed because of some performance gain and gpu architecture issues. Now, the vulkan working group move to long term "raster transport" solution which used to enable vulkan. So, is there any plan to launch it in android webview side ? Any schedule ?
From now on, I change my way to enable parallel vulkan and opengl backend in android's render thread, or use two threads or each context. It is possible to fix it ?
BRs,
Yu Guitao