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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-menu/paper-submenu.html

Issue 1561893002: [Polymer] Roll polymer to latest version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update grdp Created 4 years, 11 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-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>

Powered by Google App Engine
This is Rietveld 408576698