* UIProcess/mac/WKViewLayoutStrategy.mm:
(-[WKViewDynamicSizeWithMinimumViewSizeLayoutStrategy updateLayout]):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@183889
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-05-06 Timothy Horton <timothy_horton@apple.com>
+
+ Fix the build.
+
+ * UIProcess/mac/WKViewLayoutStrategy.mm:
+ (-[WKViewDynamicSizeWithMinimumViewSizeLayoutStrategy updateLayout]):
+
2015-05-06 Dan Bernstein <mitz@apple.com>
No way to get a WKWebProcessPlugInFrame’s parent frame
_wkView._rootLayer.transform = transform;
} else if (scale != _page->viewScaleFactor()) {
- CAContext *context = [_wkView.layer context];
#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
+ CAContext *context = [_wkView.layer context];
MachSendRight fencePort = MachSendRight::adopt([context createFencePort]);
_page->scaleViewAndUpdateGeometryFenced(scale, IntSize(_wkView.frame.size), fencePort);
[context setFencePort:fencePort.sendRight() commitHandler:^{