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

Unified Diff: third_party/WebKit/Source/core/dom/ExceptionCode.h

Issue 1635863006: Pointerevent capture APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/ExceptionCode.h
diff --git a/third_party/WebKit/Source/core/dom/ExceptionCode.h b/third_party/WebKit/Source/core/dom/ExceptionCode.h
index fb008e99fedd2dab607d1d1b02808be776392460..914937c117cad2ffb9c35a1f2fd3ab7825e5a9f2 100644
--- a/third_party/WebKit/Source/core/dom/ExceptionCode.h
+++ b/third_party/WebKit/Source/core/dom/ExceptionCode.h
@@ -28,7 +28,7 @@ namespace blink {
typedef int ExceptionCode;
-// This list must be in sync with the |domExceptions| in PrivateScriptRunner.h.
+// This list must be in sync with the |domExceptions| in PrivateScriptRunner.js and |coreExceptions| in DOMExceptions.cpp.
// Some of these are considered historical since they have been
// changed or removed from the specifications.
enum {
@@ -84,6 +84,10 @@ enum {
// Push API
PermissionDeniedError,
+
+ // Pointer Events
+ InvalidPointerId,
+
};
enum V8ErrorType {

Powered by Google App Engine
This is Rietveld 408576698