当我在玩Flash游戏时,界面总是有种顿卡的感觉,我在原来的代码中找到了关于fps的代码,我想请问下是不是和这个有关呢。 `// Render at 30fps. static const int kRenderDelay = 1000 / 30; CefPostDelayedTask(TID_UI, NewCefRunnableMethod(this, &OSRWindow::Render), kRenderDelay);`