Title: [185516] trunk/Source/WebCore
Revision
185516
Author
[email protected]
Date
2015-06-12 11:22:32 -0700 (Fri, 12 Jun 2015)

Log Message

OpenGLESSPI.h doesn't need to include UIKit.h
https://bugs.webkit.org/show_bug.cgi?id=145931

Reviewed by Darin Adler.

No need to suck in all of UIKit from OpenGLESSPI.h.

* platform/spi/ios/OpenGLESSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (185515 => 185516)


--- trunk/Source/WebCore/ChangeLog	2015-06-12 18:19:10 UTC (rev 185515)
+++ trunk/Source/WebCore/ChangeLog	2015-06-12 18:22:32 UTC (rev 185516)
@@ -1,3 +1,14 @@
+2015-06-12  Simon Fraser  <[email protected]>
+
+        OpenGLESSPI.h doesn't need to include UIKit.h
+        https://bugs.webkit.org/show_bug.cgi?id=145931
+
+        Reviewed by Darin Adler.
+
+        No need to suck in all of UIKit from OpenGLESSPI.h.
+
+        * platform/spi/ios/OpenGLESSPI.h:
+
 2015-06-12  Matt Rajca  <[email protected]>
 
         Add barebones implementation of media session invocation algorithm.

Modified: trunk/Source/WebCore/platform/spi/ios/OpenGLESSPI.h (185515 => 185516)


--- trunk/Source/WebCore/platform/spi/ios/OpenGLESSPI.h	2015-06-12 18:19:10 UTC (rev 185515)
+++ trunk/Source/WebCore/platform/spi/ios/OpenGLESSPI.h	2015-06-12 18:22:32 UTC (rev 185516)
@@ -24,7 +24,6 @@
  */
 
 #import <Foundation/Foundation.h>
-#import <UIKit/UIKit.h>
 
 #if USE(APPLE_INTERNAL_SDK)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to