| Index: third_party/WebKit/Source/core/dom/DOMRect.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMRect.idl b/third_party/WebKit/Source/core/dom/DOMRect.idl
|
| index 293066b886a9cd1a5af810b83728ea3c269863fb..782cc41646739bb943a91a7c58bbd416f0e3b640 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMRect.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMRect.idl
|
| @@ -12,6 +12,8 @@
|
| // FIXME: Exposed=(Window,Worker)
|
| RuntimeEnabled=GeometryInterfaces,
|
| ] interface DOMRect : DOMRectReadOnly {
|
| + [NewObject] static DOMRect fromRect(optional DOMRectInit other);
|
| +
|
| inherit attribute unrestricted double x;
|
| inherit attribute unrestricted double y;
|
| inherit attribute unrestricted double width;
|
|
|