osr: Support smooth scrolling with shared texture #3842
Labels
enhancement
Enhancement request
help wanted
Issue resolution will likely require community contributions
osr
Related to off-screen rendering
Smooth scrolling does not work in OSR rendering when using
OnAcceleratedPaint
.To Reproduce
Steps to reproduce the behavior:
cefclient.exe --off-screen-rendering-enabled --shared-texture-enable
cefclient.exe --use-alloy-style
Videos
https://github.com/user-attachments/assets/866d681f-a97a-4145-9806-a8e002f7df86
https://github.com/user-attachments/assets/1afe5ad4-8751-4d15-b7bb-f20461076cef
Versions:
Additional context
I’ve seen in older discussions of similar issues that smooth scrolling is disabled when using OSR to improve
OnPaint
performance. However, I don’t see the point of this when usingOnAcceleratedPaint
and shared textures.The text was updated successfully, but these errors were encountered: