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

Unified Diff: third_party/WebKit/Source/core/events/Event.idl

Issue 2161693003: Remove HiResEventTimeStamp runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change comment in Event.h Created 4 years, 5 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/events/Event.idl
diff --git a/third_party/WebKit/Source/core/events/Event.idl b/third_party/WebKit/Source/core/events/Event.idl
index e9cf8c0b69040070c7a8dc37268907844533c628..b8f176f59d47bc518c70fd2fbf5631bec22fa549 100644
--- a/third_party/WebKit/Source/core/events/Event.idl
+++ b/third_party/WebKit/Source/core/events/Event.idl
@@ -46,15 +46,6 @@
[Unforgeable] readonly attribute boolean isTrusted;
- // TODO(majidvp): At the moment the actual return value type can either
- // be:
- // - DOMTimeStamp (i.e. long long): legacy type
- // - DOMHighResTimeStamp (i.e. double): HighResEventTimeStamp REF is
- // enabled
- // Below IDL definition uses DOMHighResTimeStamp because all DOMTimeStamp
- // values can be represented in double type without any loss of precision.
- // Once the feature is enabled by default the return value type will always
- // match the definition here.
[CallWith=ScriptState] readonly attribute DOMHighResTimeStamp timeStamp;
// FIXME: initEvent()'s arguments should not be optional.
« no previous file with comments | « third_party/WebKit/Source/core/events/Event.cpp ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698