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

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

Issue 1007683002: Add UseCounters for Element.offset* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test expectations Created 5 years, 9 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/html/HTMLElement.idl » ('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 da431387249e62bb1b2fe340bc15a3213949a01e..1b351aee6c4f50b1c6198f137c5e28931d01a4db 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -636,6 +636,11 @@ public:
V8AnimationPlayer_Cancel_Method = 699,
V8AnimationPlayer_Onfinish_AttributeGetter = 700,
V8AnimationPlayer_Onfinish_AttributeSetter = 701,
+ ElementOffsetParent = 702,
+ ElementOffsetTop = 703,
+ ElementOffsetLeft = 704,
+ ElementOffsetWidth = 705,
+ ElementOffsetHeight = 706,
// 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/dom/Element.idl ('k') | Source/core/html/HTMLElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698