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

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

Issue 1726743002: Remove SVGElement.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 3a58a347ec935ec9a07f59c0fac609028574b40d..6f71c66a7b28e65c52e9aed2f4a99635bec6930b 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -727,11 +727,6 @@ public:
HTMLKeygenElement = 886,
// The above items are available in M45 branch.
- V8SVGElement_OffsetParent_AttributeGetter = 887,
- V8SVGElement_OffsetTop_AttributeGetter = 888,
- V8SVGElement_OffsetLeft_AttributeGetter = 889,
- V8SVGElement_OffsetWidth_AttributeGetter = 890,
- V8SVGElement_OffsetHeight_AttributeGetter = 891,
HTMLMediaElementPreloadNone = 892,
HTMLMediaElementPreloadMetadata = 893,
HTMLMediaElementPreloadAuto = 894,
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/svg/SVGElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698