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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2301533002: Drop DocumentCreateEventVRDisplayEvent (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 42d80f42172ecb67b953a8c81986c1b9f2e6eaea..b517e8823e8610a8f0a35c14ee9f4fab25a74b3b 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1285,7 +1285,6 @@ public:
RadioNameMatchingCaseFolding = 1515,
NavigatorPointerEnabled = 1516,
InputSelectionGettersThrow = 1517,
- DocumentCreateEventVRDisplayEvent = 1518,
UsbGetDevices = 1519,
UsbRequestDevice = 1520,
UsbDeviceOpen = 1521,
@@ -1302,6 +1301,8 @@ public:
UsbDeviceIsochronousTransferIn = 1532,
UsbDeviceIsochronousTransferOut = 1533,
UsbDeviceReset = 1534,
+ // The above items are available in M54 branch
+
PointerEnterLeaveFired = 1535,
PointerOverOutFired = 1536,
PointerEnterLeaveFiredWhileCaptured = 1537,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698