Title: [229906] trunk/Source/WebCore
- Revision
- 229906
- Author
- [email protected]
- Date
- 2018-03-23 11:06:08 -0700 (Fri, 23 Mar 2018)
Log Message
Fix the build after r229858
* platform/graphics/cocoa/GraphicsContext3DCocoa.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (229905 => 229906)
--- trunk/Source/WebCore/ChangeLog 2018-03-23 18:04:00 UTC (rev 229905)
+++ trunk/Source/WebCore/ChangeLog 2018-03-23 18:06:08 UTC (rev 229906)
@@ -1,3 +1,9 @@
+2018-03-23 Tim Horton <[email protected]>
+
+ Fix the build after r229858
+
+ * platform/graphics/cocoa/GraphicsContext3DCocoa.mm:
+
2018-03-23 Youenn Fablet <[email protected]>
Allow fully whitelisted plug-ins to match non HTTP URLs
Modified: trunk/Source/WebCore/platform/graphics/cocoa/GraphicsContext3DCocoa.mm (229905 => 229906)
--- trunk/Source/WebCore/platform/graphics/cocoa/GraphicsContext3DCocoa.mm 2018-03-23 18:04:00 UTC (rev 229905)
+++ trunk/Source/WebCore/platform/graphics/cocoa/GraphicsContext3DCocoa.mm 2018-03-23 18:06:08 UTC (rev 229906)
@@ -168,7 +168,7 @@
Timer m_disableHighPerformanceGPUTimer;
-#if USE(OPENGL)
+#if PLATFORM(MAC)
CGLPixelFormatObj m_pixelFormatObj { nullptr };
#endif
};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes