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

Side by Side Diff: chrome/browser/resources/pdf/elements/viewer-zoom-toolbar/viewer-zoom-button.html

Issue 1312373002: Material PDF: Style audit and cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests for page selector Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> 1 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml"> 2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml">
3 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animatio ns/transform-animation.html"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animatio ns/transform-animation.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani mation-runner-behavior.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani mation-runner-behavior.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-fab/paper-fab.htm l"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-fab/paper-fab.htm l">
6 6
7 <dom-module id="viewer-zoom-button"> 7 <dom-module id="viewer-zoom-button">
8 <link rel="import" type="css" href="../shared-icon-style.css">
8 <link rel="import" type="css" href="viewer-zoom-button.css"> 9 <link rel="import" type="css" href="viewer-zoom-button.css">
9 <template> 10 <template>
10 <paper-fab id="button" mini icon="[[visibleIcon_]]" on-click="fireClick"> 11 <paper-fab id="button" mini icon="[[visibleIcon_]]" on-click="fireClick">
11 </paper-fab> 12 </paper-fab>
12 </template> 13 </template>
13 </dom-module> 14 </dom-module>
14 <script src="viewer-zoom-button.js"></script> 15 <script src="viewer-zoom-button.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698