* UIProcess/mac/WKViewLayoutStrategy.mm:
(-[WKViewDynamicSizeWithMinimumViewSizeLayoutStrategy updateLayout]):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@183844
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-05-05 Tim Horton <timothy_horton@apple.com>
+
+ Fix the build.
+
+ * UIProcess/mac/WKViewLayoutStrategy.mm:
+ (-[WKViewDynamicSizeWithMinimumViewSizeLayoutStrategy updateLayout]):
+
2015-05-05 Timothy Horton <timothy_horton@apple.com>
Add a layout mode for computing fixed layout size from a minimum size
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) {