Title: [236796] trunk/Source/WebCore
Revision
236796
Author
d...@apple.com
Date
2018-10-03 10:28:50 -0700 (Wed, 03 Oct 2018)

Log Message

[macOS] Switching to discrete GPU should be done in the UI process
https://bugs.webkit.org/show_bug.cgi?id=189361
<rdar://problem/43949622>

Try to fix the IOSMAC build.

* platform/graphics/GraphicsContext3D.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (236795 => 236796)


--- trunk/Source/WebCore/ChangeLog	2018-10-03 16:02:34 UTC (rev 236795)
+++ trunk/Source/WebCore/ChangeLog	2018-10-03 17:28:50 UTC (rev 236796)
@@ -1,3 +1,13 @@
+2018-10-03  Dean Jackson  <d...@apple.com>
+
+        [macOS] Switching to discrete GPU should be done in the UI process
+        https://bugs.webkit.org/show_bug.cgi?id=189361
+        <rdar://problem/43949622>
+
+        Try to fix the IOSMAC build.
+
+        * platform/graphics/GraphicsContext3D.h:
+
 2018-10-03  Chris Dumez  <cdu...@apple.com>
 
         input.checked is incorrect while we're parsing its children

Modified: trunk/Source/WebCore/platform/graphics/GraphicsContext3D.h (236795 => 236796)


--- trunk/Source/WebCore/platform/graphics/GraphicsContext3D.h	2018-10-03 16:02:34 UTC (rev 236795)
+++ trunk/Source/WebCore/platform/graphics/GraphicsContext3D.h	2018-10-03 17:28:50 UTC (rev 236796)
@@ -1520,7 +1520,7 @@
     Platform3DObject m_vao { 0 };
 #endif
 
-#if PLATFORM(MAC)
+#if PLATFORM(COCOA) && USE(OPENGL)
     bool m_hasSwitchedToHighPerformanceGPU { false };
 #endif
 };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to