Title: [198720] trunk/Source/WebKit2
- Revision
- 198720
- Author
- [email protected]
- Date
- 2016-03-26 17:44:49 -0700 (Sat, 26 Mar 2016)
Log Message
Fix build after my most recent commit.
* UIProcess/API/Cocoa/WKWebView.mm:
(WebKit::bufferFormat): Delete the WebKitAdditions include.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (198719 => 198720)
--- trunk/Source/WebKit2/ChangeLog 2016-03-26 23:50:38 UTC (rev 198719)
+++ trunk/Source/WebKit2/ChangeLog 2016-03-27 00:44:49 UTC (rev 198720)
@@ -1,3 +1,10 @@
+2016-03-26 Dean Jackson <[email protected]>
+
+ Fix build after my most recent commit.
+
+ * UIProcess/API/Cocoa/WKWebView.mm:
+ (WebKit::bufferFormat): Delete the WebKitAdditions include.
+
2016-03-25 Dean Jackson <[email protected]>
Move extended color detection into Open Source
Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm (198719 => 198720)
--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm 2016-03-26 23:50:38 UTC (rev 198719)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm 2016-03-27 00:44:49 UTC (rev 198720)
@@ -154,19 +154,6 @@
ResizingWithDocumentHidden,
};
-#if USE(APPLE_INTERNAL_SDK)
-#import <WebKitAdditions/RemoteLayerBackingStoreAdditions.mm>
-#else
-
-namespace WebKit {
-
-#if USE(IOSURFACE)
-static WebCore::IOSurface::Format bufferFormat(bool)
-{
- return WebCore::IOSurface::Format::RGBA;
-}
-#endif // USE(IOSURFACE)
-
} // namespace WebKit
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes