| Index: third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu-extracted.js
|
| index 1f107e2a1a62b03ac7ba702e35f6f524f19428a6..ec9172366e7f184244a7bde77fd4169b6a2d2cbe 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu-extracted.js
|
| @@ -133,7 +133,17 @@
|
| verticalAlign: {
|
| type: String,
|
| value: 'top'
|
| - }
|
| + },
|
| +
|
| + /**
|
| + * If true, the `horizontalAlign` and `verticalAlign` properties will
|
| + * be considered preferences instead of strict requirements when
|
| + * positioning the dropdown and may be changed if doing so reduces
|
| + * the area of the dropdown falling outside of `fitInto`.
|
| + */
|
| + dynamicAlign: {
|
| + type: Boolean
|
| + },
|
| },
|
|
|
| listeners: {
|
|
|