| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index bbaf4a5bf637d4854e595425d04ec0827af7921b..c3acd08f5f04e4e600fdc4107904a0f8568faeb9 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -1111,4 +1111,9 @@ PassOwnPtr<WebFrameScheduler> ChromeClientImpl::createFrameScheduler(BlameContex
|
| return adoptPtr(m_webView->scheduler()->createFrameScheduler(blameContext).release());
|
| }
|
|
|
| +double ChromeClientImpl::lastFrameTimeMonotonic() const
|
| +{
|
| + return m_webView->lastFrameTimeMonotonic();
|
| +}
|
| +
|
| } // namespace blink
|
|
|