Chromium Code Reviews| Index: cc/scheduler.cc |
| =================================================================== |
| --- cc/scheduler.cc (revision 175415) |
| +++ cc/scheduler.cc (working copy) |
| @@ -99,11 +99,6 @@ |
| m_frameRateController->setMaxFramesPending(maxFramesPending); |
| } |
| -int Scheduler::maxFramesPending() const |
| -{ |
| - return m_frameRateController->maxFramesPending(); |
| -} |
| - |
| void Scheduler::setSwapBuffersCompleteSupported(bool supported) |
| { |
| m_frameRateController->setSwapBuffersCompleteSupported(supported); |