Title: [173762] trunk/Source/WebKit2
- Revision
- 173762
- Author
- [email protected]
- Date
- 2014-09-19 11:04:33 -0700 (Fri, 19 Sep 2014)
Log Message
Fix the Mac Mavericks build. Only iOS cares about fencing.
* Platform/mac/LayerHostingContext.h:
* Platform/mac/LayerHostingContext.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (173761 => 173762)
--- trunk/Source/WebKit2/ChangeLog 2014-09-19 17:47:50 UTC (rev 173761)
+++ trunk/Source/WebKit2/ChangeLog 2014-09-19 18:04:33 UTC (rev 173762)
@@ -1,3 +1,10 @@
+2014-09-19 Simon Fraser <[email protected]>
+
+ Fix the Mac Mavericks build. Only iOS cares about fencing.
+
+ * Platform/mac/LayerHostingContext.h:
+ * Platform/mac/LayerHostingContext.mm:
+
2014-09-19 Carlos Garcia Campos <[email protected]>
[GTK] Missing inspector files in the tarball
Modified: trunk/Source/WebKit2/Platform/mac/LayerHostingContext.h (173761 => 173762)
--- trunk/Source/WebKit2/Platform/mac/LayerHostingContext.h 2014-09-19 17:47:50 UTC (rev 173761)
+++ trunk/Source/WebKit2/Platform/mac/LayerHostingContext.h 2014-09-19 18:04:33 UTC (rev 173762)
@@ -58,7 +58,9 @@
void setColorSpace(CGColorSpaceRef);
CGColorSpaceRef colorSpace() const;
+#if PLATFORM(IOS)
void setFencePort(mach_port_t);
+#endif
private:
LayerHostingMode m_layerHostingMode;
Modified: trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm (173761 => 173762)
--- trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm 2014-09-19 17:47:50 UTC (rev 173761)
+++ trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm 2014-09-19 18:04:33 UTC (rev 173762)
@@ -116,9 +116,11 @@
return [m_context colorSpace];
}
+#if PLATFORM(IOS)
void LayerHostingContext::setFencePort(mach_port_t fencePort)
{
[m_context setFencePort:fencePort];
}
+#endif
} // namespace WebKit
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes