Chromium Code Reviews| Index: plugin/idl/layer.idl |
| =================================================================== |
| --- plugin/idl/layer.idl (revision 71191) |
| +++ plugin/idl/layer.idl (working copy) |
| @@ -59,6 +59,11 @@ |
| [getter, setter] double y; |
| %[ |
| + The z coordinate of the layer (used only to determine stacking order). |
| + %] |
| + [getter, setter] double z; |
| + |
| + %[ |
| The width of this layer. |
| %] |
| [getter, setter] double width; |