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

Unified Diff: sky/engine/core/dom/DOMTimeStamp.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/dom/DOMTimeStamp.h
diff --git a/sky/engine/core/dom/DOMTimeStamp.h b/sky/engine/core/dom/DOMTimeStamp.h
index 6d5d9c51cb862ea71c0eee3e3c00615ad98acd9f..480ea1b9cd52b0ad0fc69753d082522fb9c788d0 100644
--- a/sky/engine/core/dom/DOMTimeStamp.h
+++ b/sky/engine/core/dom/DOMTimeStamp.h
@@ -40,11 +40,6 @@ inline DOMTimeStamp convertSecondsToDOMTimeStamp(double seconds)
return static_cast<DOMTimeStamp>(seconds * 1000.0);
}
-inline double convertDOMTimeStampToSeconds(DOMTimeStamp milliseconds)
-{
- return milliseconds / 1000.0;
-}
-
} // namespace blink
#endif // SKY_ENGINE_CORE_DOM_DOMTIMESTAMP_H_

Powered by Google App Engine
This is Rietveld 408576698