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

Side by Side Diff: ui/file_manager/video_player/video_player.html

Issue 603273006: Move the casting icon to media controls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « ui/file_manager/video_player/js/video_player.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 ">
(...skipping 19 matching lines...) Expand all
30 </div> 30 </div>
31 </div> 31 </div>
32 <div id="thumbnail"></div> 32 <div id="thumbnail"></div>
33 <div id="video-container"> 33 <div id="video-container">
34 </div> 34 </div>
35 <div id="spinner-container"> 35 <div id="spinner-container">
36 <div class="spinner"></div> 36 <div class="spinner"></div>
37 </div> 37 </div>
38 <div id="header-container" class="header tool"> 38 <div id="header-container" class="header tool">
39 <div id="title">&nbsp;</div> 39 <div id="title">&nbsp;</div>
40 <button class="cast-button menubutton hidden tool"
41 menu="#cast-menu"
42 i18n-values="aria-label:VIDEO_PLAYER_PLAY_ON"></button>
43 <button class="minimize-button tool" tabindex="-1"></button> 40 <button class="minimize-button tool" tabindex="-1"></button>
44 <button class="maximize-button tool" tabindex="-1"></button> 41 <button class="maximize-button tool" tabindex="-1"></button>
45 <button class="close-button tool" tabindex="-1"></button> 42 <button class="close-button tool" tabindex="-1"></button>
46 </div> 43 </div>
47 <div id="controls-wrapper"> 44 <div id="controls-wrapper">
48 <div id="controls" class="tool"></div> 45 <div id="controls" class="tool"></div>
49 </div> 46 </div>
50 <div class="arrow-box"> 47 <div class="arrow-box">
51 <div class="arrow left tool"><div></div></div> 48 <div class="arrow left tool"><div></div></div>
52 <div class="arrow-spacer"></div> 49 <div class="arrow-spacer"></div>
53 <div class="arrow right tool"><div></div></div> 50 <div class="arrow right tool"><div></div></div>
54 </div> 51 </div>
55 <div id="error-wrapper"> 52 <div id="error-wrapper">
56 <div id="error"></div> 53 <div id="error"></div>
57 </div> 54 </div>
58 </div> 55 </div>
59 </body> 56 </body>
60 </html> 57 </html>
OLDNEW
« no previous file with comments | « ui/file_manager/video_player/js/video_player.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698