Title: [183844] trunk/Source/WebKit2
- Revision
- 183844
- Author
- [email protected]
- Date
- 2015-05-05 17:21:47 -0700 (Tue, 05 May 2015)
Log Message
Fix the build.
* UIProcess/mac/WKViewLayoutStrategy.mm:
(-[WKViewDynamicSizeWithMinimumViewSizeLayoutStrategy updateLayout]):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (183843 => 183844)
--- trunk/Source/WebKit2/ChangeLog 2015-05-05 23:48:24 UTC (rev 183843)
+++ trunk/Source/WebKit2/ChangeLog 2015-05-06 00:21:47 UTC (rev 183844)
@@ -1,3 +1,10 @@
+2015-05-05 Tim Horton <[email protected]>
+
+ Fix the build.
+
+ * UIProcess/mac/WKViewLayoutStrategy.mm:
+ (-[WKViewDynamicSizeWithMinimumViewSizeLayoutStrategy updateLayout]):
+
2015-05-05 Timothy Horton <[email protected]>
Add a layout mode for computing fixed layout size from a minimum size
Modified: trunk/Source/WebKit2/UIProcess/mac/WKViewLayoutStrategy.mm (183843 => 183844)
--- trunk/Source/WebKit2/UIProcess/mac/WKViewLayoutStrategy.mm 2015-05-05 23:48:24 UTC (rev 183843)
+++ trunk/Source/WebKit2/UIProcess/mac/WKViewLayoutStrategy.mm 2015-05-06 00:21:47 UTC (rev 183844)
@@ -258,7 +258,7 @@
CGFloat fixedLayoutWidth = _wkView.frame.size.width;
CGFloat fixedLayoutHeight = _wkView.frame.size.height;
- if (CGRectIsEmpty(_wkView.frame))
+ if (NSIsEmptyRect(_wkView.frame))
return;
if (_wkView.frame.size.width < minimumViewWidth) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes