| Index: sky/engine/core/view/View.idl
|
| diff --git a/sky/engine/core/view/View.idl b/sky/engine/core/view/View.idl
|
| index abfe81f87fe91641967deeb6d473ac6ae2c078c8..d6d37cac88f8a9bceb8c8af4362b15b8469f101b 100644
|
| --- a/sky/engine/core/view/View.idl
|
| +++ b/sky/engine/core/view/View.idl
|
| @@ -3,6 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| interface View {
|
| + readonly attribute double devicePixelRatio;
|
| + readonly attribute double width;
|
| + readonly attribute double height;
|
| +
|
| attribute Picture picture;
|
|
|
| void schedulePaint();
|
|
|