Title: [236816] tags/Safari-607.1.9/Source/WebCore
Revision
236816
Author
kocsen_ch...@apple.com
Date
2018-10-03 17:13:40 -0700 (Wed, 03 Oct 2018)

Log Message

Cherry-pick r236796. rdar://problem/43949622

    [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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@236796 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: tags/Safari-607.1.9/Source/WebCore/ChangeLog (236815 => 236816)


--- tags/Safari-607.1.9/Source/WebCore/ChangeLog	2018-10-03 23:34:25 UTC (rev 236815)
+++ tags/Safari-607.1.9/Source/WebCore/ChangeLog	2018-10-04 00:13:40 UTC (rev 236816)
@@ -1,3 +1,27 @@
+2018-10-03  Kocsen Chung  <kocsen_ch...@apple.com>
+
+        Cherry-pick r236796. rdar://problem/43949622
+
+    [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:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@236796 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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  Youenn Fablet  <you...@apple.com>
 
         Enable H264 simulcast

Modified: tags/Safari-607.1.9/Source/WebCore/platform/graphics/GraphicsContext3D.h (236815 => 236816)


--- tags/Safari-607.1.9/Source/WebCore/platform/graphics/GraphicsContext3D.h	2018-10-03 23:34:25 UTC (rev 236815)
+++ tags/Safari-607.1.9/Source/WebCore/platform/graphics/GraphicsContext3D.h	2018-10-04 00:13:40 UTC (rev 236816)
@@ -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