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

Unified Diff: sky/engine/core/loader/DocumentLoadTiming.h

Issue 880473003: sky-scrollable should use a reasonable fling curve (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Now with heights Created 5 years, 11 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: sky/engine/core/loader/DocumentLoadTiming.h
diff --git a/sky/engine/core/loader/DocumentLoadTiming.h b/sky/engine/core/loader/DocumentLoadTiming.h
index 3663ce84d332d9be828bd2c5840ca81c2ceed1ab..e689e7b39e06fcb2154bcf0437fff2da5468c352 100644
--- a/sky/engine/core/loader/DocumentLoadTiming.h
+++ b/sky/engine/core/loader/DocumentLoadTiming.h
@@ -37,7 +37,6 @@ class DocumentLoadTiming {
public:
DocumentLoadTiming();
- double monotonicTimeToZeroBasedDocumentTime(double) const;
double monotonicTimeToPseudoWallTime(double) const;
void markNavigationStart();

Powered by Google App Engine
This is Rietveld 408576698