Mac: Fix frame rate with OSR (issue #1456).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1943 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2014-12-01 09:25:15 +00:00
parent 7efd15daa0
commit cbae1994ae
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ void CefRenderWidgetHostViewOSR::ImeCompositionRangeChanged(
bool CefRenderWidgetHostViewOSR::BrowserCompositorViewShouldAckImmediately()
const {
return false;
return true;
}
void CefRenderWidgetHostViewOSR::BrowserCompositorViewFrameSwapped(