I've seen some external project got it working on older chromium code, so it's not impossible. But I don't know the exact details, and the code has changed significantly since.
You can turn off gpu buffers by removing kEnableZeroCopy flag. It should work but it's an untested/unmaintained path.
You'll have to fake your own implementation of draw functor though. No way around that.