Title: [202595] trunk/Source/WebKit2
Revision
202595
Author
[email protected]
Date
2016-06-28 16:07:07 -0700 (Tue, 28 Jun 2016)

Log Message

Try to fix the build.

* UIProcess/API/Cocoa/WKWebView.mm:
* UIProcess/API/Cocoa/WKWebViewInternal.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (202594 => 202595)


--- trunk/Source/WebKit2/ChangeLog	2016-06-28 22:16:19 UTC (rev 202594)
+++ trunk/Source/WebKit2/ChangeLog	2016-06-28 23:07:07 UTC (rev 202595)
@@ -1,5 +1,12 @@
 2016-06-28  Tim Horton  <[email protected]>
 
+        Try to fix the build.
+
+        * UIProcess/API/Cocoa/WKWebView.mm:
+        * UIProcess/API/Cocoa/WKWebViewInternal.h:
+
+2016-06-28  Tim Horton  <[email protected]>
+
         Keep track of when a WKWebView is blank before the initial non-empty layout
         https://bugs.webkit.org/show_bug.cgi?id=159217
         <rdar://problem/26071766>

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm (202594 => 202595)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm	2016-06-28 22:16:19 UTC (rev 202594)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm	2016-06-28 23:07:07 UTC (rev 202595)
@@ -157,10 +157,6 @@
 
 #endif // PLATFORM(IOS)
 
-#if USE(APPLE_INTERNAL_SDK)
-#import <WebKitAdditions/WKWebViewAdditions.mm>
-#endif
-
 #if PLATFORM(IOS)
 static const uint32_t firstSDKVersionWithLinkPreviewEnabledByDefault = 0xA0000;
 #endif
@@ -4636,4 +4632,8 @@
 
 @end
 
+#if USE(APPLE_INTERNAL_SDK)
+#import <WebKitAdditions/WKWebViewAdditions.mm>
+#endif
+
 #endif // WK_API_ENABLED

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewInternal.h (202594 => 202595)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewInternal.h	2016-06-28 22:16:19 UTC (rev 202594)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewInternal.h	2016-06-28 23:07:07 UTC (rev 202595)
@@ -118,6 +118,8 @@
 
 - (void)_updateForceAlwaysUserScalable;
 
+- (void)_setIsBlankBeforeFirstNonEmptyLayout:(BOOL)isBlank;
+
 @property (nonatomic, readonly) BOOL _isBackground;
 
 @property (nonatomic, readonly) WKWebViewContentProviderRegistry *_contentProviderRegistry;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to