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

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

Issue 1201193005: Move UIEvent.pageX/pageY/layerX/layerY to MouseEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again; UseCounter changed already again Created 5 years, 6 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 | « Source/core/events/UIEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 9a7036140bb7c533d91135022da5b66bd0b4e0dd..2ba83a871e8fe9b6ab0bdc1c70e7009a53d53576 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -433,10 +433,6 @@ public:
RequestFileSystem = 508,
RequestFileSystemWorker = 509,
RequestFileSystemSyncWorker = 510,
- UIEventLayerX = 511,
- UIEventLayerY = 512,
- UIEventPageX = 513,
- UIEventPageY = 514,
DevToolsConsoleProfile = 518,
SVGStyleElementTitle = 519,
PictureSourceSrc = 520,
@@ -759,6 +755,8 @@ public:
V8XPathEvaluator_CreateNSResolver_Method = 855,
V8XPathEvaluator_Evaluate_Method = 856,
RequestMIDIAccess = 857,
+ V8MouseEvent_LayerX_AttributeGetter = 858,
+ V8MouseEvent_LayerY_AttributeGetter = 859,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « Source/core/events/UIEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698