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

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

Issue 1323073005: Remove Element.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 years, 3 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/dom/Element.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | 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 26adbfab7ae39ee2cd676968b17a6540bfc7643a..849c3c6666c6ed9233a87873f1bb1862dd6aa26c 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -596,11 +596,6 @@ public:
V8Animation_Cancel_Method = 699,
V8Animation_Onfinish_AttributeGetter = 700,
V8Animation_Onfinish_AttributeSetter = 701,
- ElementOffsetParent = 702,
- ElementOffsetTop = 703,
- ElementOffsetLeft = 704,
- ElementOffsetWidth = 705,
- ElementOffsetHeight = 706,
V8Window_WebKitAnimationEvent_ConstructorGetter = 707,
V8Window_WebKitAnimationEvent_AttributeSetter = 708,
ResourceLoadedAfterRedirectWithCSP = 709,
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698