| Index: third_party/polymer/v1_0/components-chromium/paper-menu-button/paper-menu-button-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu-button/paper-menu-button-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-menu-button/paper-menu-button-extracted.js
|
| index c8d2c71459ac3bd5ade2f01851ede37b71b8b900..e3618232899d61a2a4a26bd6f0af8e80d83d1970 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-menu-button/paper-menu-button-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-menu-button/paper-menu-button-extracted.js
|
| @@ -196,6 +196,14 @@
|
| },
|
|
|
| /**
|
| + * Whether focus should be restored to the button when the menu closes.
|
| + */
|
| + restoreFocusOnClose: {
|
| + type: Boolean,
|
| + value: true
|
| + },
|
| +
|
| + /**
|
| * This is the element intended to be bound as the focus target
|
| * for the `iron-dropdown` contained by `paper-menu-button`.
|
| */
|
|
|