* Platform/mac/LayerHostingContext.mm:
(WebKit::LayerHostingContext::createFencePort):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@184014
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2015-05-08 Timothy Horton <timothy_horton@apple.com>
+ Fix the build.
+
+ * Platform/mac/LayerHostingContext.mm:
+ (WebKit::LayerHostingContext::createFencePort):
+
+2015-05-08 Timothy Horton <timothy_horton@apple.com>
+
Flip the direction of the fence in scaleViewAndUpdateGeometryFenced
https://bugs.webkit.org/show_bug.cgi?id=144810
NO_RETURN_DUE_TO_ASSERT MachSendRight LayerHostingContext::createFencePort()
{
ASSERT_NOT_REACHED();
+ return MachSendRight();
}
#endif