* UIProcess/API/mac/WKView.mm:
(-[WKView _setFixedLayoutSize:]):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182501
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2015-04-07 Tim Horton <timothy_horton@apple.com>
+ Fix the build.
+
+ * UIProcess/API/mac/WKView.mm:
+ (-[WKView _setFixedLayoutSize:]):
+
+2015-04-07 Tim Horton <timothy_horton@apple.com>
+
Expose and test fixedLayoutSize via modern WebKit SPI
https://bugs.webkit.org/show_bug.cgi?id=143500
return _data->_page->fixedLayoutSize();
}
-- (void)_setFixedLayoutSize:(NSSize)fixedLayoutSize
+- (void)_setFixedLayoutSize:(CGSize)fixedLayoutSize
{
_data->_page->setFixedLayoutSize(expandedIntSize(FloatSize(fixedLayoutSize)));
}