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

Unified Diff: third_party/WebKit/Source/core/dom/DOMException.cpp

Issue 1635863006: Pointerevent capture APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/dom/DOMException.cpp
diff --git a/third_party/WebKit/Source/core/dom/DOMException.cpp b/third_party/WebKit/Source/core/dom/DOMException.cpp
index 7936f52bbe3fe701680e360e582ad745bc49abc7..fe9e1b8a673afe04e937f7d64c2ea3a28c1a526b 100644
--- a/third_party/WebKit/Source/core/dom/DOMException.cpp
+++ b/third_party/WebKit/Source/core/dom/DOMException.cpp
@@ -85,6 +85,9 @@ static const struct CoreException {
// Used by HTML and Media Session API.
{ "NotAllowedError", "The request is not allowed by the user agent or the platform in the current context.", 0 },
+
+ // Pointer Event
+ { "InvalidPointerId", "PointerId was invalid.", 0 },
};
static const CoreException* getErrorEntry(ExceptionCode ec)
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/PrivateScriptRunner.js ('k') | third_party/WebKit/Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698