| Index: third_party/polymer/v1_0/components-chromium/paper-menu/paper-submenu.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu/paper-submenu.html b/third_party/polymer/v1_0/components-chromium/paper-menu/paper-submenu.html
|
| index 3fe5a7d6b5ec08dd193f94cb79262f4c1f3d8efa..0bf287e28442913532eeb31b700622406140d073 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-menu/paper-submenu.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-menu/paper-submenu.html
|
| @@ -12,6 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <link rel="import" href="../iron-collapse/iron-collapse.html">
|
| <link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
|
| <link rel="import" href="../paper-styles/default-theme.html">
|
| +<link rel="import" href="../paper-styles/color.html">
|
| <link rel="import" href="paper-menu-shared-styles.html">
|
|
|
| <!--
|
| @@ -62,7 +63,7 @@ item has bolded text. Please see the `<paper-menu>` docs for which attributes
|
| <content id="trigger" select=".menu-trigger"></content>
|
| </div>
|
| <iron-collapse id="collapse" opened="{{opened}}">
|
| - <content select=".menu-content"></content>
|
| + <content id="content" select=".menu-content"></content>
|
| </iron-collapse>
|
| </template>
|
|
|
|
|