Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.cpp

Issue 1911273002: Don't restart the ImageQualityController timer unless it is already half over. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 26571db92bf22f72254d6ac4b8765de901544e60..7721f40c851e7daf6b86aeeb6264ae54ee7342b0 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
@@ -1114,4 +1114,9 @@ PassOwnPtr<WebFrameScheduler> ChromeClientImpl::createFrameScheduler(BlameContex
return adoptPtr(m_webView->scheduler()->createFrameScheduler(blameContext).release());
}
+double ChromeClientImpl::lastFrameTimeMonotonic() const
+{
+ return m_webView->lastFrameTimeMonotonic();
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698