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

Unified Diff: third_party/WebKit/Source/core/html/forms/TypeAhead.h

Issue 1352523002: Use high precision timestamp for Event.timestamp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: third_party/WebKit/Source/core/html/forms/TypeAhead.h
diff --git a/third_party/WebKit/Source/core/html/forms/TypeAhead.h b/third_party/WebKit/Source/core/html/forms/TypeAhead.h
index fd71c960b0120ea6c6f4f98ff92827da0dea6659..f5dea5ed5d91a5796b1a9b7155b050a9a53c27d7 100644
--- a/third_party/WebKit/Source/core/html/forms/TypeAhead.h
+++ b/third_party/WebKit/Source/core/html/forms/TypeAhead.h
@@ -64,7 +64,7 @@ public:
private:
TypeAheadDataSource* m_dataSource;
- DOMTimeStamp m_lastTypeTime;
+ double m_lastTypeTime;
Rick Byers 2015/09/25 17:29:33 Can this be a DOMHighRestTimestamp to make it clea
majidvp 2015/09/29 14:21:31 This is not really a DOMHighResTimeStamp but the a
Rick Byers 2015/09/29 15:57:59 Thanks, makes sense. Adding the comment is good e
UChar m_repeatingChar;
StringBuilder m_buffer;
};

Powered by Google App Engine
This is Rietveld 408576698