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

Unified Diff: third_party/polymer/v1_0/components/iron-overlay-behavior/iron-overlay-behavior.html

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: third_party/polymer/v1_0/components/iron-overlay-behavior/iron-overlay-behavior.html
diff --git a/third_party/polymer/v1_0/components/iron-overlay-behavior/iron-overlay-behavior.html b/third_party/polymer/v1_0/components/iron-overlay-behavior/iron-overlay-behavior.html
index c4db37208274cc721a8b91107ad643e4154d8fba..4bc044da74f3d2bc4e02da8fd078d64eed33e63e 100644
--- a/third_party/polymer/v1_0/components/iron-overlay-behavior/iron-overlay-behavior.html
+++ b/third_party/polymer/v1_0/components/iron-overlay-behavior/iron-overlay-behavior.html
@@ -61,7 +61,8 @@ context. You should place this element as a child of `<body>` whenever possible.
opened: {
observer: '_openedChanged',
type: Boolean,
- value: false
+ value: false,
+ notify: true
},
/**
@@ -369,7 +370,7 @@ context. You should place this element as a child of `<body>` whenever possible.
this.style.display = '';
},
- _finishPositioning: function(target) {
+ _finishPositioning: function() {
this.style.display = 'none';
this.style.transform = this.style.webkitTransform = '';
// force layout to avoid application of transform

Powered by Google App Engine
This is Rietveld 408576698