Title: [202880] trunk/Source/WebCore
Revision
202880
Author
[email protected]
Date
2016-07-06 14:54:45 -0700 (Wed, 06 Jul 2016)

Log Message

Adopt new PiP glyph
https://bugs.webkit.org/show_bug.cgi?id=159494
<rdar://problem/27061084>

Reviewed by Ada Chan.

We got new artwork for Picture-in-Picture on macOS from
our designers.

* Modules/mediacontrols/mediaControlsApple.css:
(video::-webkit-media-controls-panel .picture-in-picture-button):
(video::-webkit-media-controls-panel .picture-in-picture-button.return-from-picture-in-picture):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (202879 => 202880)


--- trunk/Source/WebCore/ChangeLog	2016-07-06 21:39:40 UTC (rev 202879)
+++ trunk/Source/WebCore/ChangeLog	2016-07-06 21:54:45 UTC (rev 202880)
@@ -1,3 +1,18 @@
+2016-07-06  Dean Jackson  <[email protected]>
+
+        Adopt new PiP glyph
+        https://bugs.webkit.org/show_bug.cgi?id=159494
+        <rdar://problem/27061084>
+
+        Reviewed by Ada Chan.
+
+        We got new artwork for Picture-in-Picture on macOS from
+        our designers.
+
+        * Modules/mediacontrols/mediaControlsApple.css:
+        (video::-webkit-media-controls-panel .picture-in-picture-button):
+        (video::-webkit-media-controls-panel .picture-in-picture-button.return-from-picture-in-picture):
+
 2016-07-06  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r202867.

Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css (202879 => 202880)


--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css	2016-07-06 21:39:40 UTC (rev 202879)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css	2016-07-06 21:54:45 UTC (rev 202880)
@@ -491,12 +491,12 @@
     min-width: 18px;
     height: 12px;
 
-    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 12" fill="rgba(255,255,255,0.45)"><polygon points="6 8 1 8 1 1 14 1 14 6 15 6 15 0 0 0 0 9 6 9 6 8"/><rect x="7" y="7" width="9" height="5"/><path d="M5.5,4.45a0.5,0.5,0,0,0-.5.5v1.3L2.58,3.83a0.5,0.5,0,0,0-.71.71L4.33,7H3A0.5,0.5,0,0,0,3,8H5.5A0.5,0.5,0,0,0,6,7.5V4.95A0.5,0.5,0,0,0,5.5,4.45Z" transform="translate(0 -2)"/></svg>');
-}
+    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 12" fill="rgba(255,255,255,0.45)"><polygon points="6 8 1 8 1 1 14 1 14 6 15 6 15 0 0 0 0 9 6 9 6 8"/><rect x="7" y="7" width="9" height="5"/><polyline points="5.33 2 5.33 3 3.67 3 5.67 5 5 5.67 3 3.67 3 5.33 2 5.33 2 2"/></svg>');
+  }
 
 video::-webkit-media-controls-panel .picture-in-picture-button.return-from-picture-in-picture {
-    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 12" fill="rgba(255,255,255,0.45)"><polygon points="6 8 1 8 1 1 14 1 14 6 15 6 15 0 0 0 0 9 6 9 6 8"/><rect x="7" y="7" width="9" height="5"/><path d="M2.22,7.23a0.5,0.5,0,0,0,.5-0.5V5.43L5.15,7.85a0.5,0.5,0,0,0,.71-0.71L3.39,4.68H4.77a0.5,0.5,0,0,0,0-1H2.22a0.5,0.5,0,0,0-.5.5V6.73A0.5,0.5,0,0,0,2.22,7.23Z" transform="translate(0 -2)"/></svg>');
-}
+    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 12" fill="rgba(255,255,255,0.45)"><polygon points="6 8 1 8 1 1 14 1 14 6 15 6 15 0 0 0 0 9 6 9 6 8"/><rect x="7" y="7" width="9" height="5"/><polyline points="5.33 2 5.33 3 3.67 3 5.67 5 5 5.67 3 3.67 3 5.33 2 5.33 2 2"/></svg>');
+  }
 
 video::-webkit-media-controls-fullscreen-button,
 audio::-webkit-media-controls-fullscreen-button {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to