2 -- Copyright 2015 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file.
7 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/polymer/polymer.html">
9 <dom-module id=
"volume-controller">
10 <link rel=
"import" type=
"css" href=
"volume_controller.css">
12 <div id=
"background"></div>
13 <input name=
"rawValueInput" id=
"rawValueInput" touch-action=
"manipulation"
14 type=
"range" min=
"0" max=
"100" value=
"{{rawValue::input}}">
16 <div class=
"filled" style$=
"[[computeFilledStyle_(rawValue)]]"></div>
17 <div class=
"cap left"></div>
18 <div class=
"cap right"></div>
23 <script src=
"volume_controller.js"></script>