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-chromium/paper-card/paper-card-extracted.js

Issue 1468623004: Update Polymer from 1.2.1 -> 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@travis-yml
Patch Set: local-state.html Created 5 years, 1 month 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-chromium/paper-card/paper-card-extracted.js
diff --git a/third_party/polymer/v1_0/components-chromium/paper-card/paper-card-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-card/paper-card-extracted.js
index 7b684d60a9402fccd69e552cb0ddaa7039e76b00..8dddd7cfb78937bed605339ed279f08772711eb4 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-card/paper-card-extracted.js
+++ b/third_party/polymer/v1_0/components-chromium/paper-card/paper-card-extracted.js
@@ -22,6 +22,24 @@ Polymer({
},
/**
+ * When `true`, any change to the image url property will cause the
+ * `placeholder` image to be shown until the image is fully rendered.
+ */
+ preloadImage: {
+ type: Boolean,
+ value: false
+ },
+
+ /**
+ * When `preloadImage` is true, setting `fadeImage` to true will cause the
+ * image to fade into place.
+ */
+ fadeImage: {
+ type: Boolean,
+ value: false
+ },
+
+ /**
* The z-depth of the card, from 0-5.
*/
elevation: {

Powered by Google App Engine
This is Rietveld 408576698