Title: [190576] trunk/Source/WebCore
Revision
190576
Author
bda...@apple.com
Date
2015-10-05 13:46:54 -0700 (Mon, 05 Oct 2015)

Log Message

Errant space!!
* platform/graphics/cocoa/IOSurface.mm:
(IOSurface::releaseGraphicsContext):
(IOSurface::convertToFormat):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (190575 => 190576)


--- trunk/Source/WebCore/ChangeLog	2015-10-05 20:38:52 UTC (rev 190575)
+++ trunk/Source/WebCore/ChangeLog	2015-10-05 20:46:54 UTC (rev 190576)
@@ -1,5 +1,12 @@
 2015-10-05  Beth Dakin  <bda...@apple.com>
 
+        Errant space!!
+        * platform/graphics/cocoa/IOSurface.mm:
+        (IOSurface::releaseGraphicsContext):
+        (IOSurface::convertToFormat):
+
+2015-10-05  Beth Dakin  <bda...@apple.com>
+
         Compress snapshots on iOS
         https://bugs.webkit.org/show_bug.cgi?id=149814
         -and corresponding-

Modified: trunk/Source/WebCore/platform/graphics/cocoa/IOSurface.mm (190575 => 190576)


--- trunk/Source/WebCore/platform/graphics/cocoa/IOSurface.mm	2015-10-05 20:38:52 UTC (rev 190575)
+++ trunk/Source/WebCore/platform/graphics/cocoa/IOSurface.mm	2015-10-05 20:46:54 UTC (rev 190576)
@@ -249,7 +249,7 @@
 }
 
 #if PLATFORM(IOS)
- void IOSurface::convertToFormat(std::unique_ptr<WebCore::IOSurface>&& inSurface, Format format, std::function<void(std::unique_ptr<WebCore::IOSurface>)> callback)
+void IOSurface::convertToFormat(std::unique_ptr<WebCore::IOSurface>&& inSurface, Format format, std::function<void(std::unique_ptr<WebCore::IOSurface>)> callback)
 {
     static IOSurfaceAcceleratorRef accelerator;
     if (!accelerator) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to