chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.21k stars 456 forks source link

Viz Implementation for OSR #2575

Closed magreenblatt closed 4 months ago

magreenblatt commented 5 years ago

Original report by Alexander Guettler (Bitbucket: xforce, GitHub: xforce).


Chromium is currently replacing much of the old compositor code with a new system called Viz [1].
Right now we can still use the old path, but I expect them to remove that in a not too distant future (already disabled by default on desktop platforms [2]).

So we need a 'new' OSR implementation that is based on Viz.

[1] https://chromium.googlesource.com/chromium/src/+/master/services/viz/
[2] https://crrev.com/c/1374207

reitowo commented 4 months ago

Thanks! Marshall, could you backport the commit to M124 branch when possible? It was confirmed to work on that.