<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[181046] trunk/Source/WebCore</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/181046">181046</a></dd>
<dt>Author</dt> <dd>roger_fong@apple.com</dd>
<dt>Date</dt> <dd>2015-03-04 16:03:39 -0800 (Wed, 04 Mar 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update inline media control icons for OSX.
https://bugs.webkit.org/show_bug.cgi?id=142305.
&lt;rdar://problem/19997484&gt;

Reviewed by Dean Jackson.

Changes include: new volume button, new full screen button, new play/pause button.
Repositioning of 30 second and play buttons.
* Modules/mediacontrols/mediaControlsApple.css:
(audio::-webkit-media-controls-panel button):
(audio::-webkit-media-controls-rewind-button):
(audio::-webkit-media-controls-play-button):
(audio::-webkit-media-controls-play-button.paused):
(audio::-webkit-media-controls-panel .mute-box):
(video::-webkit-media-controls-volume-max-button):
(video::-webkit-media-controls-volume-min-button):
(audio::-webkit-media-controls-toggle-closed-captions-button):
(audio::-webkit-media-controls-fullscreen-button):
(audio::-webkit-media-controls-current-time-display):
* Modules/mediacontrols/mediaControlsApple.js:
(Controller.prototype.configureInlineControls): Swap positions of rewind and play buttons.
(Controller.prototype.handleMuteButtonClicked): Remember to update volume slider when necessary.
(Controller.prototype.updateVolume): Ditto</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreModulesmediacontrolsmediaControlsApplecss">trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css</a></li>
<li><a href="#trunkSourceWebCoreModulesmediacontrolsmediaControlsApplejs">trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (181045 => 181046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-03-05 00:00:31 UTC (rev 181045)
+++ trunk/Source/WebCore/ChangeLog        2015-03-05 00:03:39 UTC (rev 181046)
</span><span class="lines">@@ -1,3 +1,29 @@
</span><ins>+2015-03-04  Roger Fong  &lt;roger_fong@apple.com&gt;
+
+        Update inline media control icons for OSX.
+        https://bugs.webkit.org/show_bug.cgi?id=142305.
+        &lt;rdar://problem/19997484&gt;
+
+        Reviewed by Dean Jackson.
+
+        Changes include: new volume button, new full screen button, new play/pause button.
+        Repositioning of 30 second and play buttons.
+        * Modules/mediacontrols/mediaControlsApple.css:
+        (audio::-webkit-media-controls-panel button):
+        (audio::-webkit-media-controls-rewind-button):
+        (audio::-webkit-media-controls-play-button):
+        (audio::-webkit-media-controls-play-button.paused):
+        (audio::-webkit-media-controls-panel .mute-box):
+        (video::-webkit-media-controls-volume-max-button):
+        (video::-webkit-media-controls-volume-min-button):
+        (audio::-webkit-media-controls-toggle-closed-captions-button):
+        (audio::-webkit-media-controls-fullscreen-button):
+        (audio::-webkit-media-controls-current-time-display):
+        * Modules/mediacontrols/mediaControlsApple.js:
+        (Controller.prototype.configureInlineControls): Swap positions of rewind and play buttons.
+        (Controller.prototype.handleMuteButtonClicked): Remember to update volume slider when necessary.
+        (Controller.prototype.updateVolume): Ditto
+
</ins><span class="cx"> 2015-03-04  Andy Estes  &lt;aestes@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Content Filtering] Rename ContentFilterMac.mm to ContentFilter.cpp
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediacontrolsmediaControlsApplecss"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css (181045 => 181046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css        2015-03-05 00:00:31 UTC (rev 181045)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css        2015-03-05 00:03:39 UTC (rev 181046)
</span><span class="lines">@@ -106,8 +106,7 @@
</span><span class="cx">     display: block;
</span><span class="cx">     padding: 0;
</span><span class="cx">     border: 0;
</span><del>-    height: 16px;
-    width: 16px;
</del><ins>+    height: 15px;
</ins><span class="cx">     background-color: transparent;
</span><span class="cx">     color: white;
</span><span class="cx">     background-origin: content-box;
</span><span class="lines">@@ -127,24 +126,26 @@
</span><span class="cx">     width: 16px;
</span><span class="cx">     height: 18px;
</span><span class="cx">     margin-bottom: 1px;
</span><del>-    margin-left: 8px;
</del><ins>+    margin-left: 16px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> video::-webkit-media-controls-play-button,
</span><span class="cx"> audio::-webkit-media-controls-play-button {
</span><del>-    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 15 15&quot;&gt;&lt;linearGradient id=&quot;gradient&quot; x2=&quot;0&quot; y2=&quot;100%&quot; gradientUnits=&quot;userSpaceOnUse&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.4375&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.4375&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.5&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.5&quot; stop-color=&quot;rgb(200, 200, 200)&quot;/&gt;&lt;stop offset=&quot;1&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;/linearGradient&gt;&lt;path d=&quot;M 0,0 v 16 h 6 v -16 h -6 z&quot; fill=&quot;url(#gradient)&quot;/&gt;&lt;path d=&quot;M 9,0 v 16 h 6 v -16 h -6 z&quot; fill=&quot;url(#gradient)&quot;/&gt;&lt;/svg&gt;');
</del><ins>+    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 12 15&quot; fill=&quot;white&quot;&gt;&lt;rect x=&quot;0&quot; y=&quot;1&quot; width=&quot;4&quot; height=&quot;12&quot;/&gt;&lt;rect x=&quot;8&quot; y=&quot;1&quot; width=&quot;4&quot; height=&quot;12&quot;/&gt;&lt;/svg&gt;');
</ins><span class="cx">     margin-left: 16px;
</span><ins>+    width: 12px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> video::-webkit-media-controls-play-button.paused,
</span><span class="cx"> audio::-webkit-media-controls-play-button.paused {
</span><del>-    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 15 15&quot;&gt;&lt;linearGradient id=&quot;gradient&quot; x2=&quot;0&quot; y2=&quot;100%&quot; gradientUnits=&quot;userSpaceOnUse&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.4375&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.4375&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.5&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.5&quot; stop-color=&quot;rgb(200, 200, 200)&quot;/&gt;&lt;stop offset=&quot;1&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;/linearGradient&gt;&lt;path d=&quot;M 0,0 15,7 0,15 z&quot; fill=&quot;url(#gradient)&quot;/&gt;&lt;/svg&gt;');
</del><ins>+    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 12 15&quot; fill=&quot;white&quot;&gt;&lt;path d=&quot;M 0,1 11,7 0,13 z&quot;/&gt;&lt;/svg&gt;');
+    width: 12px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> video::-webkit-media-controls-panel .mute-box,
</span><span class="cx"> audio::-webkit-media-controls-panel .mute-box {
</span><del>-    width: 16px;
-    height: 16px;
</del><ins>+    width: 14px;
+    height: 15px;
</ins><span class="cx">     margin-right: 16px;
</span><span class="cx">     position: relative;
</span><span class="cx">     display: -webkit-flex;
</span><span class="lines">@@ -156,7 +157,8 @@
</span><span class="cx"> video::-webkit-media-controls-mute-button,
</span><span class="cx"> audio::-webkit-media-controls-mute-button,
</span><span class="cx"> video::-webkit-media-controls-volume-max-button {
</span><del>-    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 15 15&quot;&gt;&lt;linearGradient id=&quot;gradient&quot; x2=&quot;0&quot; y2=&quot;100%&quot; gradientUnits=&quot;userSpaceOnUse&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.4375&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.4375&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.5&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.5&quot; stop-color=&quot;rgb(200, 200, 200)&quot;/&gt;&lt;stop offset=&quot;1&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;/linearGradient&gt;&lt;path d=&quot;m 0,9 0,-4 3,0 3,-3 0,10 -3,-3 -3,0 z&quot; style=&quot;fill:url(#gradient) &quot;/&gt;&lt;path d=&quot;m 10.449,1.087 c 1.963,1.055 3.322,3.291 3.322,5.881 0,2.642 -1.402,4.913 -3.424,5.945&quot; style=&quot;fi
 ll:none;stroke:url(#gradient);stroke-width:1.25;stroke-linecap:round;&quot;/&gt;&lt;path d=&quot;m 9.13,3.134 c 1.289,0.681 2.181,2.142 2.181,3.835 0,1.743001 -0.939,3.24 -2.285,3.897&quot; style=&quot;fill:none;stroke:url(#gradient);stroke-width:1.25;stroke-linecap:round;&quot;/&gt;&lt;path d=&quot;M 7.794,5.175 C 8.403001,5.491 8.827001,6.167 8.827001,6.971 8.827001,7.818 8.356,8.537001 7.688,8.826&quot; style=&quot;fill:none;stroke:url(#gradient);stroke-width:1.25;stroke-linecap:round;&quot;/&gt;&lt;/svg&gt;');
</del><ins>+    width: 14px;
+    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 15 15&quot; stroke=&quot;white&quot; fill=&quot;none&quot; stroke-width=&quot;1.25&quot; stroke-linecap=&quot;round&quot;&gt;&lt;path fill=&quot;white&quot; stroke=&quot;rgba(255,255,255,0.67)&quot; d=&quot;M 0,9 0,5 3,5 6,2 6,12 3,9 0,9 z&quot;/&gt;&lt;path d=&quot;M 9,5 C 10.75,6.5 10.75,7.5 9,9&quot;/&gt;&lt;path d=&quot;M 10,3 C 13,4 13,10 10,11&quot; /&gt;&lt;path d=&quot;M 11,1 C 15.67,3 15.67,11 11,13&quot;/&gt;&lt;/svg&gt;');
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> video::-webkit-media-controls-panel .volume-box,
</span><span class="lines">@@ -221,15 +223,14 @@
</span><span class="cx"> video::-webkit-media-controls-mute-button.muted,
</span><span class="cx"> audio::-webkit-media-controls-mute-button.muted,
</span><span class="cx"> video::-webkit-media-controls-volume-min-button {
</span><del>-    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 15 15&quot;&gt;&lt;linearGradient id=&quot;gradient&quot; x2=&quot;0&quot; y2=&quot;100%&quot; gradientUnits=&quot;userSpaceOnUse&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.4375&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.4375&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.5&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.5&quot; stop-color=&quot;rgb(200, 200, 200)&quot;/&gt;&lt;stop offset=&quot;1&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;/linearGradient&gt;&lt;path d=&quot;m 0,9 0,-4 3,0 3,-3 0,10 -3,-3 -3,0 z&quot; fill=&quot;url(#gradient)&quot;/&gt;&lt;/svg&gt;');
</del><ins>+    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 15 15&quot; &gt;&lt;path fill=&quot;white&quot; stroke=&quot;rgba(255,255,255,0.67)&quot; d=&quot;M 0,9 0,5 3,5 6,2 6,12 3,9 0,9 z&quot;/&gt;&lt;/svg&gt;');
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> video::-webkit-media-controls-toggle-closed-captions-button,
</span><span class="cx"> audio::-webkit-media-controls-toggle-closed-captions-button {
</span><del>-    width: 16px;
-    height: 16px;
</del><ins>+    width: 15px;
</ins><span class="cx">     margin-right: 16px;
</span><del>-    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 102 105&quot;&gt;&lt;linearGradient id=&quot;gradient&quot; x2=&quot;0&quot; y2=&quot;100%&quot; gradientUnits=&quot;userSpaceOnUse&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.46875&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.46875&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.53125&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.53125&quot; stop-color=&quot;rgb(200, 200, 200)&quot;/&gt;&lt;stop offset=&quot;1&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;/linearGradient&gt;&lt;path d=&quot;M98.766,43.224c0-23.163-21.775-41.94-48.637-41.94c-26.859,0-48.635,18.777-48.635,41.94c0,18.266,13.546,33.796,32.444,39.549c1.131,8.356,26.037,24.255,22.864,19.921c-4.462-6.096-5.159-13.183-5.07-17.5
 66C77.85,84.397,98.766,65.923,98.766,43.224z&quot; fill=&quot;url(#gradient)&quot;/&gt;&lt;/svg&gt;');
</del><ins>+    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 102 105&quot; fill=&quot;white&quot;&gt;&lt;path d=&quot;M98.766,43.224c0-23.163-21.775-41.94-48.637-41.94c-26.859,0-48.635,18.777-48.635,41.94c0,18.266,13.546,33.796,32.444,39.549c1.131,8.356,26.037,24.255,22.864,19.921c-4.462-6.096-5.159-13.183-5.07-17.566C77.85,84.397,98.766,65.923,98.766,43.224z&quot; fill=&quot;url(#gradient)&quot;/&gt;&lt;/svg&gt;');
</ins><span class="cx">     outline: 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -331,8 +332,9 @@
</span><span class="cx"> 
</span><span class="cx"> video::-webkit-media-controls-fullscreen-button,
</span><span class="cx"> audio::-webkit-media-controls-fullscreen-button {
</span><del>-    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 15 15&quot; transform=&quot;rotate(90,0,0)&quot;&gt;&lt;linearGradient id=&quot;gradient&quot; x2=&quot;0&quot; y2=&quot;100%&quot; gradientUnits=&quot;userSpaceOnUse&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.4375&quot; stop-color=&quot;rgb(216, 216, 216)&quot;/&gt;&lt;stop offset=&quot;0.4375&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.5&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;stop offset=&quot;0.5&quot; stop-color=&quot;rgb(200, 200, 200)&quot;/&gt;&lt;stop offset=&quot;1&quot; stop-color=&quot;rgb(208, 208, 208)&quot;/&gt;&lt;/linearGradient&gt;&lt;path d=&quot;M 14,1 m 0,6 -2,-2 -2,2 c 0,0 -1,1 -2,0 -1,-1 0,-2 0,-2 l 2,-2 -2,-2 6,0 z&quot; style=&quot;fill:url(#gradient) &quot;/&gt;&lt;path d=&quot;M 1,14 m 0,-6 2,2 2,-2 c 0,0 1,-1
  2,0 1,1 0,2 0,2 l -2,2 2,2 -6,0 z&quot; style=&quot;fill:url(#gradient) &quot;/&gt;&lt;/svg&gt;');
</del><ins>+    background-image: url('data:image/svg+xml,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 13 15&quot; transform=&quot;rotate(90,0,0)&quot; stroke=&quot;white&quot; shape-rendering=&quot;geometricPrecision&quot;&gt;&lt;path d=&quot;M 6.5,1.5 L 11.5,1.5 L  11.5,6.5 M 11.5,1.5 L 6.75,6.25&quot;/&gt;&lt;path d=&quot;M 0.5,7.5 L 0.5,12.5 L 5.5,12.5 M 0.5,12.5 L 5.25,7.75&quot;/&gt;&lt;/svg&gt;');
</ins><span class="cx">     margin-right: 8px;
</span><ins>+    width: 13px;
</ins><span class="cx"> }
</span><span class="cx"> video::-webkit-media-controls-fullscreen-button.exit,
</span><span class="cx"> audio::-webkit-media-controls-fullscreen-button.exit {
</span><span class="lines">@@ -406,7 +408,7 @@
</span><span class="cx"> 
</span><span class="cx"> video::-webkit-media-controls-current-time-display,
</span><span class="cx"> audio::-webkit-media-controls-current-time-display {
</span><del>-    margin-left: 16px;
</del><ins>+    margin-left: 8px;
</ins><span class="cx">     margin-right: 8px;
</span><span class="cx">     width: 28px;
</span><span class="cx">     min-width: 28px;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediacontrolsmediaControlsApplejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js (181045 => 181046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js        2015-03-05 00:00:31 UTC (rev 181045)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js        2015-03-05 00:03:39 UTC (rev 181046)
</span><span class="lines">@@ -459,9 +459,9 @@
</span><span class="cx"> 
</span><span class="cx">     configureInlineControls: function()
</span><span class="cx">     {
</span><ins>+        this.controls.panel.appendChild(this.controls.playButton);
</ins><span class="cx">         if (!this.isLive)
</span><span class="cx">             this.controls.panel.appendChild(this.controls.rewindButton);
</span><del>-        this.controls.panel.appendChild(this.controls.playButton);
</del><span class="cx">         this.controls.panel.appendChild(this.controls.statusDisplay);
</span><span class="cx">         if (!this.isLive) {
</span><span class="cx">             this.controls.panel.appendChild(this.controls.timelineBox);
</span><span class="lines">@@ -833,6 +833,7 @@
</span><span class="cx">         this.video.muted = !this.video.muted;
</span><span class="cx">         if (this.video.muted)
</span><span class="cx">             this.controls.muteButton.setAttribute('aria-label', this.UIString('Unmute'));
</span><ins>+        this.drawVolumeBackground();
</ins><span class="cx">         return true;
</span><span class="cx">     },
</span><span class="cx"> 
</span><span class="lines">@@ -1564,6 +1565,7 @@
</span><span class="cx">             this.controls.muteButton.classList.remove(this.ClassNames.muted);
</span><span class="cx">             this.controls.volume.value = this.video.volume;
</span><span class="cx">         }
</span><ins>+        this.drawVolumeBackground();
</ins><span class="cx">     },
</span><span class="cx"> 
</span><span class="cx">     isAudio: function()
</span></span></pre>
</div>
</div>

</body>
</html>