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

Unified Diff: Source/core/dom/Document.h

Issue 1352523002: Use high precision timestamp for Event.timestamp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use m_target to find event document Created 5 years, 3 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
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/events/Event.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index f557c6f4bd34882fe3a8acf3142abe916e95cf31..7a85ada616b116c41105ac0b2e69594d5b1f78ec 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -912,6 +912,8 @@ public:
const DocumentTiming& timing() const { return m_documentTiming; }
+ double monotonicTimeToZeroBasedDocumentTime(double) const;
+
int requestAnimationFrame(FrameRequestCallback*);
void cancelAnimationFrame(int id);
void serviceScriptedAnimations(double monotonicAnimationStartTime);
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/events/Event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698