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

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

Issue 1149963004: Sync various event interfaces with their specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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: Source/core/events/NavigatorEvents.idl
diff --git a/Source/core/events/NavigatorEvents.idl b/Source/core/events/NavigatorEvents.idl
index ed3d2068fffa27fd555c74ad362e7f27138c8a24..916469a5796cf9e5a2313dc09d154928ab813a02 100644
--- a/Source/core/events/NavigatorEvents.idl
+++ b/Source/core/events/NavigatorEvents.idl
@@ -28,6 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html#extensions-to-the-navigator-interface
+
partial interface Navigator {
readonly attribute long maxTouchPoints;
};

Powered by Google App Engine
This is Rietveld 408576698