mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add back Element#getBoundingClient rect
Hans is using this in Modular and we don't have a great replacement at the moment. R=hansmuller@google.com, hansmuller@chromium.org Review URL: https://codereview.chromium.org/942543002
This commit is contained in:
parent
0c35024cef
commit
a033a3261b
@ -24,6 +24,8 @@ interface Element : ParentNode {
|
||||
attribute long tabIndex;
|
||||
readonly attribute DOMTokenList classList;
|
||||
[RaisesException] ShadowRoot ensureShadowRoot();
|
||||
|
||||
ClientRect getBoundingClientRect();
|
||||
readonly attribute long offsetLeft;
|
||||
readonly attribute long offsetTop;
|
||||
readonly attribute long offsetWidth;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user