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

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

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . Created 4 years, 2 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/CompositorProxyClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/CompositorProxyClientImpl.cpp b/third_party/WebKit/Source/web/CompositorProxyClientImpl.cpp
index 2a1e4ec4eb53215b42c139dc1dad5a9dbd9de547..3a3f96729ed8f28ddf3cbdd6a246d8baf6919263 100644
--- a/third_party/WebKit/Source/web/CompositorProxyClientImpl.cpp
+++ b/third_party/WebKit/Source/web/CompositorProxyClientImpl.cpp
@@ -100,7 +100,8 @@ bool CompositorProxyClientImpl::executeAnimationFrameCallbacks(
"CompositorProxyClientImpl::executeAnimationFrameCallbacks");
DCHECK(m_globalScope);
- // Convert to zero based document time in milliseconds consistent with requestAnimationFrame.
+ // Convert to zero based document time in milliseconds consistent with
+ // requestAnimationFrame.
double highResTimeMs =
1000.0 * (monotonicTimeNow - m_globalScope->timeOrigin());
return m_globalScope->executeAnimationFrameCallbacks(highResTimeMs);
« no previous file with comments | « third_party/WebKit/Source/web/CompositorProxyClientImpl.h ('k') | third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698