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

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: 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
« Source/core/events/MouseRelatedEvent.h ('K') | « 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 c6fdb14c988830159e3340ad651fbac85067ceb9..14dbb011d3f506e51c988efc4b3a6b28a104ecce 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,
@@ -747,6 +743,8 @@ public:
FormDataAppendNull = 843,
HTMLDocumentCreateAttributeNameNotLowercase = 844,
NonHTMLElementSetAttributeNodeFromHTMLDocumentNameNotLowercase = 845,
+ MouseEventLayerX = 846,
+ MouseEventLayerY = 847,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« Source/core/events/MouseRelatedEvent.h ('K') | « Source/core/events/UIEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698