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

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

Issue 1231533002: Deprecate Element.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 5 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: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 2fee4e81b18eaeba5f361037b7552a869eac04cd..2c24fb70abf032e890aac4baf28306a57a6c9a2b 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -771,6 +771,11 @@ public:
V8UIEvent_InitUIEvent_Method = 873,
V8Document_CreateTouch_Method = 874,
V8HTMLFrameElement_GetSVGDocument_Method = 875,
+ V8SVGElement_OffsetParent_AttributeGetter = 876,
+ V8SVGElement_OffsetTop_AttributeGetter = 877,
+ V8SVGElement_OffsetLeft_AttributeGetter = 878,
+ V8SVGElement_OffsetWidth_AttributeGetter = 879,
+ V8SVGElement_OffsetHeight_AttributeGetter = 880,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698