Title: [208305] trunk/Source/WTF
Revision
208305
Author
clo...@igalia.com
Date
2016-11-02 14:57:51 -0700 (Wed, 02 Nov 2016)

Log Message

Clean wrong comment about compositing on the UI process.
https://bugs.webkit.org/show_bug.cgi?id=164339

Reviewed by Michael Catanzaro.

* wtf/Platform.h: The comment about compositing on the UI process
was added on r109302 but was not removed properly when the Qt port
was removed from trunk.
USE_PROTECTION_SPACE_AUTH_CALLBACK has nothing to do with it.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (208304 => 208305)


--- trunk/Source/WTF/ChangeLog	2016-11-02 21:51:36 UTC (rev 208304)
+++ trunk/Source/WTF/ChangeLog	2016-11-02 21:57:51 UTC (rev 208305)
@@ -1,3 +1,15 @@
+2016-11-02  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        Clean wrong comment about compositing on the UI process.
+        https://bugs.webkit.org/show_bug.cgi?id=164339
+
+        Reviewed by Michael Catanzaro.
+
+        * wtf/Platform.h: The comment about compositing on the UI process
+        was added on r109302 but was not removed properly when the Qt port
+        was removed from trunk.
+        USE_PROTECTION_SPACE_AUTH_CALLBACK has nothing to do with it.
+
 2016-11-02  Alex Christensen  <achristen...@webkit.org>
 
         Remove Battery Status API from the tree

Modified: trunk/Source/WTF/wtf/Platform.h (208304 => 208305)


--- trunk/Source/WTF/wtf/Platform.h	2016-11-02 21:51:36 UTC (rev 208304)
+++ trunk/Source/WTF/wtf/Platform.h	2016-11-02 21:57:51 UTC (rev 208305)
@@ -949,7 +949,6 @@
 #define USE_TEXTURE_MAPPER_GL 1
 #endif
 
-/* Compositing on the UI-process in WebKit2 */
 #if PLATFORM(COCOA)
 #define USE_PROTECTION_SPACE_AUTH_CALLBACK 1
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to