Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: sky/engine/core/view/View.idl

Issue 1220353002: Add padding values to View.idl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/view/View.h ('k') | sky/engine/public/platform/sky_display_metrics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « sky/engine/core/view/View.h ('k') | sky/engine/public/platform/sky_display_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698