1 <!-- 2 Copyright (c) 2013 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. 5 --> 6 7 <template id="mouse-mode-selector-template"> 8 <div class="drag-handle"></div> 9 <div class="buttons"> 10 <div class="pan-scan-mode-button tool-button"></div> 11 <div class="selection-mode-button tool-button"></div> 12 <div class="zoom-mode-button tool-button"></div> 13 </div> 14 </template> 15