Index: sky/engine/core/view/View.idl |
diff --git a/sky/engine/core/view/View.idl b/sky/engine/core/view/View.idl |
index 97f075fae5508aae4686c792b4a7484a1322de8c..2fb0301a33554cfc5d403dea3fddb79920b6d6dd 100644 |
--- a/sky/engine/core/view/View.idl |
+++ b/sky/engine/core/view/View.idl |
@@ -5,6 +5,11 @@ |
interface View { |
readonly attribute double devicePixelRatio; |
+ readonly attribute double paddingTop; |
+ readonly attribute double paddingRight; |
+ readonly attribute double paddingBottom; |
+ readonly attribute double paddingLeft; |
+ |
// TODO(ianh): convert this to returning a Size |
readonly attribute double width; |
readonly attribute double height; |