mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add a new CefBrowserHost::SetWindowlessFrameRate method to support
dynamic configuration of the windowless frame rate (issue #1629).
This commit is contained in:
@ -477,7 +477,8 @@ typedef struct _cef_browser_settings_t {
|
||||
// The maximum rate in frames per second (fps) that CefRenderHandler::OnPaint
|
||||
// will be called for a windowless browser. The actual fps may be lower if
|
||||
// the browser cannot generate frames at the requested rate. The minimum
|
||||
// value is 1 and the maximum value is 60 (default 30).
|
||||
// value is 1 and the maximum value is 60 (default 30). This value can also be
|
||||
// changed dynamically via CefBrowserHost::SetWindowlessFrameRate.
|
||||
///
|
||||
int windowless_frame_rate;
|
||||
|
||||
|
Reference in New Issue
Block a user