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