-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
View no longer updating after CefBrowserHost::WasResized #3
Comments
Just to chime in I can say that we don't experience this issue. For us calling |
That's weird - what flags are you using in your CefApp::OnBeforeCommandLineProcessing? It might also be something else we're doing is conflicting with this... 😕 |
|
Ah, thanks! We had |
To support changing video modes dynamically, our application uses WasResized to resize the existing browser view upon detection of a mode change.
However, with this patch set, usage of WasResized (and returning a different resolution in GetViewRect) will stop updating the browser view after resizing it. (OnAcceleratedPaint no longer being called, initial debugging inside Chromium shows that no BeginFrame calls are being generated anymore)
The text was updated successfully, but these errors were encountered: