Title: [248749] trunk/Source/WebCore
Revision
248749
Author
justin_...@apple.com
Date
2019-08-15 15:15:29 -0700 (Thu, 15 Aug 2019)

Log Message

Unreviewed suggested patch follow-up to https://bugs.webkit.org/show_bug.cgi?id=200740.

* platform/graphics/gpu/GPURequestAdapterOptions.h:
(): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (248748 => 248749)


--- trunk/Source/WebCore/ChangeLog	2019-08-15 21:49:01 UTC (rev 248748)
+++ trunk/Source/WebCore/ChangeLog	2019-08-15 22:15:29 UTC (rev 248749)
@@ -1,3 +1,10 @@
+2019-08-15  Justin Fan  <justin_...@apple.com>
+
+        Unreviewed suggested patch follow-up to https://bugs.webkit.org/show_bug.cgi?id=200740.
+
+        * platform/graphics/gpu/GPURequestAdapterOptions.h:
+        (): Deleted.
+
 2019-08-15  Brent Fulgham  <bfulg...@apple.com>
 
         [FTW] Support web fonts

Modified: trunk/Source/WebCore/platform/graphics/gpu/GPURequestAdapterOptions.h (248748 => 248749)


--- trunk/Source/WebCore/platform/graphics/gpu/GPURequestAdapterOptions.h	2019-08-15 21:49:01 UTC (rev 248748)
+++ trunk/Source/WebCore/platform/graphics/gpu/GPURequestAdapterOptions.h	2019-08-15 22:15:29 UTC (rev 248749)
@@ -37,7 +37,7 @@
 };
 
 struct GPURequestAdapterOptions {
-    Optional<GPUPowerPreference> powerPreference { GPUPowerPreference::LowPower };
+    Optional<GPUPowerPreference> powerPreference;
 };
     
 } // namespace WebCore
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to