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

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

Issue 2372293002: Removed navigator.pointerEnabled API. (Closed)
Patch Set: Reverted the xml changes. Created 4 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/events/NavigatorEvents.idl
diff --git a/third_party/WebKit/Source/core/events/NavigatorEvents.idl b/third_party/WebKit/Source/core/events/NavigatorEvents.idl
index da729c9afecb925152bdc2202513756c7fac5607..433a9443aab10dc1df6e906cb4e0432ddf0c7a4b 100644
--- a/third_party/WebKit/Source/core/events/NavigatorEvents.idl
+++ b/third_party/WebKit/Source/core/events/NavigatorEvents.idl
@@ -32,10 +32,4 @@
partial interface Navigator {
readonly attribute long maxTouchPoints;
-
- // TODO(mustaq): This is a non-standard attribute, added behind the
- // PointerEvent flag only to estimate potential risks. This returns |false|
- // even though PointerEvent support is there. The attribute will be removed
- // once we have the UseCounter data. See crbug.com/631897.
- [RuntimeEnabled=PointerEvent,DeprecateAs=NavigatorPointerEnabled,NotEnumerable] readonly attribute boolean pointerEnabled;
};
« no previous file with comments | « third_party/WebKit/Source/core/events/NavigatorEvents.cpp ('k') | third_party/WebKit/Source/core/frame/Deprecation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698