Title: [272207] trunk/Source/WebKit
Revision
272207
Author
[email protected]
Date
2021-02-02 07:35:23 -0800 (Tue, 02 Feb 2021)

Log Message

[GTK] Initialize PrintInfo::PrintMode
https://bugs.webkit.org/show_bug.cgi?id=221256

Patch by Frédéric Wang <[email protected]> on 2021-02-02
Reviewed by Carlos Garcia Campos.

* Shared/PrintInfo.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (272206 => 272207)


--- trunk/Source/WebKit/ChangeLog	2021-02-02 12:31:05 UTC (rev 272206)
+++ trunk/Source/WebKit/ChangeLog	2021-02-02 15:35:23 UTC (rev 272207)
@@ -1,3 +1,12 @@
+2021-02-02  Frédéric Wang  <[email protected]>
+
+        [GTK] Initialize PrintInfo::PrintMode
+        https://bugs.webkit.org/show_bug.cgi?id=221256
+
+        Reviewed by Carlos Garcia Campos.
+
+        * Shared/PrintInfo.h:
+
 2021-02-02  Youenn Fablet  <[email protected]>
 
         Use WebRTC GPU process flag for MediaRecorder

Modified: trunk/Source/WebKit/Shared/PrintInfo.h (272206 => 272207)


--- trunk/Source/WebKit/Shared/PrintInfo.h	2021-02-02 12:31:05 UTC (rev 272206)
+++ trunk/Source/WebKit/Shared/PrintInfo.h	2021-02-02 15:35:23 UTC (rev 272207)
@@ -71,7 +71,7 @@
 #if PLATFORM(GTK)
     GRefPtr<GtkPrintSettings> printSettings;
     GRefPtr<GtkPageSetup> pageSetup;
-    PrintMode printMode;
+    PrintMode printMode { PrintModeAsync };
 #endif
 
     void encode(IPC::Encoder&) const;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to