mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add the ability to customize the animation frame rate (issue #697).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@739 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -220,6 +220,8 @@ bool CefBrowserImpl::UIT_CreateBrowser(const CefString& url) {
|
||||
if (!settings_.developer_tools_disabled)
|
||||
dev_tools_agent_->SetWebView(webviewhost_->webview());
|
||||
|
||||
webviewhost_->SetFrameRate(settings_.animation_frame_rate);
|
||||
|
||||
Unlock();
|
||||
|
||||
if (!window_info_.m_bWindowRenderingDisabled) {
|
||||
|
Reference in New Issue
Block a user