<!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>[185934] trunk</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/185934">185934</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2015-06-24 16:48:11 -0700 (Wed, 24 Jun 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add a new color -apple-wireless-playback-target-active
https://bugs.webkit.org/show_bug.cgi?id=146269
&lt;rdar://problem/21465189&gt;

Patch by Said Abou-Hallawa &lt;sabouhallawa@apple.com&gt; on 2015-06-24
Reviewed by Dean Jackson.

Source/WebCore:

At the moment we use -apple-system-blue to indicate an Airplay route is
active. This might not always be blue, so we need to add another system
color with a name that will allow us to change the underlying color.
Initially -apple-wireless-playback-target-active will be an alias to
-apple-system-blue.

Existing tests are modified to include the new color value.

* Modules/mediacontrols/mediaControlsApple.js:
(Controller.prototype.updateWirelessTargetPickerButton):
* Modules/mediacontrols/mediaControlsiOS.css:
(video::-webkit-media-controls-wireless-playback-picker-button.playing):
Use the new color value in the media controls.

* css/CSSParser.cpp:
(WebCore::isAppleLegacyCssValueKeyword): Returns true if the value keyword
has an '-apple' prefix which has to be replaced by '-webkit'

(WebCore::cssValueKeywordID): Call a new function which handles all the
'-apple' legacy keywords.

* css/CSSValueKeywords.in: Define the new color keyword.

* rendering/RenderThemeIOS.mm:
(WebCore::RenderThemeIOS::systemColor):
* rendering/RenderThemeMac.mm:
(WebCore::RenderThemeMac::systemColor):
Define the value of the new color keyword to be an alias of systemBlueColor.

LayoutTests:

Modify existing tests to include the new color value.

* fast/css/apple-system-colors-expected.txt:
* fast/css/apple-system-colors.html:
* platform/ios-simulator/fast/css/apple-system-colors-expected.txt:
* platform/mac-mavericks/fast/css/apple-system-colors-expected.txt:
* platform/mac/fast/css/apple-system-colors-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsfastcssapplesystemcolorsexpectedtxt">trunk/LayoutTests/fast/css/apple-system-colors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssapplesystemcolorshtml">trunk/LayoutTests/fast/css/apple-system-colors.html</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcssapplesystemcolorsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/apple-system-colors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssapplesystemcolorsexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/apple-system-colors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmavericksfastcssapplesystemcolorsexpectedtxt">trunk/LayoutTests/platform/mac-mavericks/fast/css/apple-system-colors-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreModulesmediacontrolsmediaControlsApplejs">trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js</a></li>
<li><a href="#trunkSourceWebCoreModulesmediacontrolsmediaControlsiOScss">trunk/Source/WebCore/Modules/mediacontrols/mediaControlsiOS.css</a></li>
<li><a href="#trunkSourceWebCorecssCSSParsercpp">trunk/Source/WebCore/css/CSSParser.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSValueKeywordsin">trunk/Source/WebCore/css/CSSValueKeywords.in</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderThemeIOSmm">trunk/Source/WebCore/rendering/RenderThemeIOS.mm</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderThemeMacmm">trunk/Source/WebCore/rendering/RenderThemeMac.mm</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/LayoutTests/ChangeLog        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2015-06-24  Said Abou-Hallawa  &lt;sabouhallawa@apple.com&gt;
+
+        Add a new color -apple-wireless-playback-target-active
+        https://bugs.webkit.org/show_bug.cgi?id=146269
+        &lt;rdar://problem/21465189&gt;
+
+        Reviewed by Dean Jackson.
+
+        Modify existing tests to include the new color value.
+
+        * fast/css/apple-system-colors-expected.txt:
+        * fast/css/apple-system-colors.html:
+        * platform/ios-simulator/fast/css/apple-system-colors-expected.txt:
+        * platform/mac-mavericks/fast/css/apple-system-colors-expected.txt:
+        * platform/mac/fast/css/apple-system-colors-expected.txt:
+
</ins><span class="cx"> 2015-06-24  Doug Russell  &lt;d_russell@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Bug 146177 - AX: AXObjectCache should try to use an unignored accessibilityObject
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssapplesystemcolorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/apple-system-colors-expected.txt (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/apple-system-colors-expected.txt        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/LayoutTests/fast/css/apple-system-colors-expected.txt        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -7,4 +7,5 @@
</span><span class="cx"> -apple-system-purple : rgba(0, 0, 0, 0)
</span><span class="cx"> -apple-system-red : rgba(0, 0, 0, 0)
</span><span class="cx"> -apple-system-yellow : rgba(0, 0, 0, 0)
</span><ins>+-apple-wireless-playback-target-active : rgba(0, 0, 0, 0)
</ins><span class="cx"> current-color with inherited -apple-system-blue : rgba(0, 0, 0, 0)
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssapplesystemcolorshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/apple-system-colors.html (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/apple-system-colors.html        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/LayoutTests/fast/css/apple-system-colors.html        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -30,4 +30,5 @@
</span><span class="cx"> &lt;div&gt;&lt;span class=&quot;swatch&quot; style=&quot;background-color: -apple-system-purple&quot;&gt;&lt;/span&gt;-apple-system-purple&lt;/div&gt;
</span><span class="cx"> &lt;div&gt;&lt;span class=&quot;swatch&quot; style=&quot;background-color: -apple-system-red&quot;&gt;&lt;/span&gt;-apple-system-red&lt;/div&gt;
</span><span class="cx"> &lt;div&gt;&lt;span class=&quot;swatch&quot; style=&quot;background-color: -apple-system-yellow&quot;&gt;&lt;/span&gt;-apple-system-yellow&lt;/div&gt;
</span><ins>+&lt;div&gt;&lt;span class=&quot;swatch&quot; style=&quot;background-color: -apple-wireless-playback-target-active&quot;&gt;&lt;/span&gt;-apple-wireless-playback-target-active&lt;/div&gt;
</ins><span class="cx"> &lt;div style=&quot;color: -apple-system-blue&quot;&gt;&lt;span class=&quot;swatch&quot; style=&quot;background-color: currentcolor;&quot;&gt;&lt;/span&gt;current-color with inherited -apple-system-blue&lt;/div&gt;
</span><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcssapplesystemcolorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/apple-system-colors-expected.txt (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/apple-system-colors-expected.txt        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/apple-system-colors-expected.txt        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -7,4 +7,5 @@
</span><span class="cx"> -apple-system-purple : rgba(0, 0, 0, 0)
</span><span class="cx"> -apple-system-red : rgb(255, 59, 48)
</span><span class="cx"> -apple-system-yellow : rgb(255, 204, 0)
</span><ins>+-apple-wireless-playback-target-active : rgb(0, 122, 255)
</ins><span class="cx"> current-color with inherited -apple-system-blue : rgb(0, 122, 255)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssapplesystemcolorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/apple-system-colors-expected.txt (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/apple-system-colors-expected.txt        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/LayoutTests/platform/mac/fast/css/apple-system-colors-expected.txt        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -7,4 +7,5 @@
</span><span class="cx"> -apple-system-purple : rgb(204, 115, 225)
</span><span class="cx"> -apple-system-red : rgb(255, 59, 48)
</span><span class="cx"> -apple-system-yellow : rgb(255, 204, 0)
</span><ins>+-apple-wireless-playback-target-active : rgb(27, 173, 248)
</ins><span class="cx"> current-color with inherited -apple-system-blue : rgb(27, 173, 248)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmavericksfastcssapplesystemcolorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-mavericks/fast/css/apple-system-colors-expected.txt (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-mavericks/fast/css/apple-system-colors-expected.txt        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/LayoutTests/platform/mac-mavericks/fast/css/apple-system-colors-expected.txt        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -7,4 +7,5 @@
</span><span class="cx"> -apple-system-purple : rgba(0, 0, 0, 0)
</span><span class="cx"> -apple-system-red : rgba(0, 0, 0, 0)
</span><span class="cx"> -apple-system-yellow : rgba(0, 0, 0, 0)
</span><ins>+-apple-wireless-playback-target-active : rgba(0, 0, 0, 0)
</ins><span class="cx"> current-color with inherited -apple-system-blue : rgba(0, 0, 0, 0)
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/Source/WebCore/ChangeLog        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -1,3 +1,40 @@
</span><ins>+2015-06-24  Said Abou-Hallawa  &lt;sabouhallawa@apple.com&gt;
+
+        Add a new color -apple-wireless-playback-target-active
+        https://bugs.webkit.org/show_bug.cgi?id=146269
+        &lt;rdar://problem/21465189&gt;
+
+        Reviewed by Dean Jackson.
+
+        At the moment we use -apple-system-blue to indicate an Airplay route is
+        active. This might not always be blue, so we need to add another system
+        color with a name that will allow us to change the underlying color.
+        Initially -apple-wireless-playback-target-active will be an alias to
+        -apple-system-blue.
+
+        Existing tests are modified to include the new color value.
+
+        * Modules/mediacontrols/mediaControlsApple.js:
+        (Controller.prototype.updateWirelessTargetPickerButton):
+        * Modules/mediacontrols/mediaControlsiOS.css:
+        (video::-webkit-media-controls-wireless-playback-picker-button.playing):
+        Use the new color value in the media controls.
+        
+        * css/CSSParser.cpp:
+        (WebCore::isAppleLegacyCssValueKeyword): Returns true if the value keyword
+        has an '-apple' prefix which has to be replaced by '-webkit'
+        
+        (WebCore::cssValueKeywordID): Call a new function which handles all the
+        '-apple' legacy keywords.
+        
+        * css/CSSValueKeywords.in: Define the new color keyword.
+        
+        * rendering/RenderThemeIOS.mm:
+        (WebCore::RenderThemeIOS::systemColor):
+        * rendering/RenderThemeMac.mm:
+        (WebCore::RenderThemeMac::systemColor):
+        Define the value of the new color keyword to be an alias of systemBlueColor.
+
</ins><span class="cx"> 2015-06-24  Matt Rajca  &lt;mrajca@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         MediaSession: propagate MediaSessionMetadata to WebPageProxy
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediacontrolsmediaControlsApplejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -1043,7 +1043,7 @@
</span><span class="cx">     updateWirelessTargetPickerButton: function() {
</span><span class="cx">         var wirelessTargetPickerColor;
</span><span class="cx">         if (this.controls.wirelessTargetPicker.classList.contains('playing'))
</span><del>-            wirelessTargetPickerColor = &quot;-apple-system-blue&quot;;
</del><ins>+            wirelessTargetPickerColor = &quot;-apple-wireless-playback-target-active&quot;;
</ins><span class="cx">         else
</span><span class="cx">             wirelessTargetPickerColor = &quot;rgba(255,255,255,0.45)&quot;;
</span><span class="cx">         if (window.devicePixelRatio == 2)
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediacontrolsmediaControlsiOScss"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsiOS.css (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsiOS.css        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsiOS.css        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -317,7 +317,7 @@
</span><span class="cx"> video::-webkit-media-controls-wireless-playback-picker-button.playing {
</span><span class="cx">     opacity: 1;
</span><span class="cx">     mix-blend-mode: normal;
</span><del>-    background-color: -apple-system-blue;
</del><ins>+    background-color: -apple-wireless-playback-target-active;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /* ================== PICTURE IN PICTURE BUTTON ====================== */
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSParsercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSParser.cpp (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSParser.cpp        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/Source/WebCore/css/CSSParser.cpp        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -12831,6 +12831,17 @@
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><ins>+static bool isAppleLegacyCssValueKeyword(const char* valueKeyword, unsigned length)
+{
+    static const char* applePrefix = &quot;-apple-&quot;;
+    static const char* appleSystemPrefix = &quot;-apple-system&quot;;
+    static const char* appleWirelessPlaybackTargetActive = getValueName(CSSValueAppleWirelessPlaybackTargetActive);
+
+    return hasPrefix(valueKeyword, length, applePrefix)
+        &amp;&amp; !hasPrefix(valueKeyword, length, appleSystemPrefix)
+        &amp;&amp; !WTF::equal(reinterpret_cast&lt;const LChar*&gt;(valueKeyword), reinterpret_cast&lt;const LChar*&gt;(appleWirelessPlaybackTargetActive), length);
+}
+
</ins><span class="cx"> template &lt;typename CharacterType&gt;
</span><span class="cx"> static CSSValueID cssValueKeywordID(const CharacterType* valueKeyword, unsigned length)
</span><span class="cx"> {
</span><span class="lines">@@ -12849,7 +12860,7 @@
</span><span class="cx">         // This makes the string one character longer.
</span><span class="cx">         // On iOS we don't want to change values starting with -apple-system to -webkit-system.
</span><span class="cx">         // FIXME: Remove this mangling without breaking the web.
</span><del>-        if ((hasPrefix(buffer, length, &quot;-apple-&quot;) &amp;&amp; !hasPrefix(buffer, length, &quot;-apple-system&quot;)) || hasPrefix(buffer, length, &quot;-khtml-&quot;)) {
</del><ins>+        if (isAppleLegacyCssValueKeyword(buffer, length) || hasPrefix(buffer, length, &quot;-khtml-&quot;)) {
</ins><span class="cx">             memmove(buffer + 7, buffer + 6, length + 1 - 6);
</span><span class="cx">             memcpy(buffer, &quot;-webkit&quot;, 7);
</span><span class="cx">             ++length;
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSValueKeywordsin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSValueKeywords.in (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSValueKeywords.in        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/Source/WebCore/css/CSSValueKeywords.in        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -186,6 +186,7 @@
</span><span class="cx"> window
</span><span class="cx"> windowframe
</span><span class="cx"> windowtext
</span><ins>+-apple-wireless-playback-target-active
</ins><span class="cx"> -apple-system-blue
</span><span class="cx"> -apple-system-brown
</span><span class="cx"> -apple-system-gray
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderThemeIOSmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderThemeIOS.mm (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderThemeIOS.mm        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/Source/WebCore/rendering/RenderThemeIOS.mm        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -1318,6 +1318,9 @@
</span><span class="cx"> 
</span><span class="cx">     Color color;
</span><span class="cx">     switch (cssValueID) {
</span><ins>+    case CSSValueAppleWirelessPlaybackTargetActive:
+        color = [getUIColorClass() systemBlueColor].CGColor;
+        break;
</ins><span class="cx">     case CSSValueAppleSystemBlue:
</span><span class="cx">         color = [getUIColorClass() systemBlueColor].CGColor;
</span><span class="cx">         break;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderThemeMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderThemeMac.mm (185933 => 185934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderThemeMac.mm        2015-06-24 23:44:33 UTC (rev 185933)
+++ trunk/Source/WebCore/rendering/RenderThemeMac.mm        2015-06-24 23:48:11 UTC (rev 185934)
</span><span class="lines">@@ -576,6 +576,9 @@
</span><span class="cx">         color = convertNSColorToColor([NSColor windowFrameTextColor]);
</span><span class="cx">         break;
</span><span class="cx"> #if __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 101000
</span><ins>+    case CSSValueAppleWirelessPlaybackTargetActive:
+        color = convertNSColorToColor([NSColor systemBlueColor]);
+        break;
</ins><span class="cx">     case CSSValueAppleSystemBlue:
</span><span class="cx">         color = convertNSColorToColor([NSColor systemBlueColor]);
</span><span class="cx">         break;
</span></span></pre>
</div>
</div>

</body>
</html>