| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 -- Copyright 2014 The Chromium Authors. All rights reserved. | 2 -- Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 -- Use of this source code is governed by a BSD-style license that can be | 3 -- Use of this source code is governed by a BSD-style license that can be |
| 4 -- found in the LICENSE file. | 4 -- found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <html> | 7 <html> |
| 8 <head> | 8 <head> |
| 9 <title>#xFEFF;</title> | 9 <title>#xFEFF;</title> |
| 10 <link rel="icon" type="image/png" href="images/icon/video-player-favicon32.png
"> | 10 <link rel="icon" type="image/png" href="images/icon/video-player-favicon32.png
"> |
| 11 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 11 <link rel="stylesheet" type="text/css" href="css/media_controls.css"> | 12 <link rel="stylesheet" type="text/css" href="css/media_controls.css"> |
| 12 <link rel="stylesheet" href="chrome://resources/css/menu.css"></link> | 13 <link rel="stylesheet" href="chrome://resources/css/menu.css"></link> |
| 13 | 14 |
| 14 <link rel="stylesheet" type="text/css" href="css/video_player.css"> | 15 <link rel="stylesheet" type="text/css" href="css/video_player.css"> |
| 15 <link rel="stylesheet" type="text/css" href="css/header.css"> | 16 <link rel="stylesheet" type="text/css" href="css/header.css"> |
| 16 <link rel="stylesheet" type="text/css" href="css/arrow_box.css"> | 17 <link rel="stylesheet" type="text/css" href="css/arrow_box.css"> |
| 17 <link rel="stylesheet" type="text/css" href="css/cast_menu.css"> | 18 <link rel="stylesheet" type="text/css" href="css/cast_menu.css"> |
| 18 | 19 |
| 19 <script src="js/video_player_scripts.js"></script> | 20 <script src="js/video_player_scripts.js"></script> |
| 20 </head> | 21 </head> |
| (...skipping 27 matching lines...) Expand all Loading... |
| 48 <div class="arrow left tool"><div></div></div> | 49 <div class="arrow left tool"><div></div></div> |
| 49 <div class="arrow-spacer"></div> | 50 <div class="arrow-spacer"></div> |
| 50 <div class="arrow right tool"><div></div></div> | 51 <div class="arrow right tool"><div></div></div> |
| 51 </div> | 52 </div> |
| 52 <div id="error-wrapper"> | 53 <div id="error-wrapper"> |
| 53 <div id="error"></div> | 54 <div id="error"></div> |
| 54 </div> | 55 </div> |
| 55 </div> | 56 </div> |
| 56 </body> | 57 </body> |
| 57 </html> | 58 </html> |
| OLD | NEW |