mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 129.0.6668.0
- Mac: Minimum system version is now 11.0. - Win: Windows SDK version is now 10.0.22621.2428.
This commit is contained in:
committed by
Marshall Greenblatt
parent
2cd405baac
commit
af1f40a2d3
@ -1,8 +1,8 @@
|
||||
diff --git ui/gtk/gtk_ui.cc ui/gtk/gtk_ui.cc
|
||||
index ca2fc0b1b3fe9..7632f042bfe38 100644
|
||||
index 3ad76e316d4dc..4719a64ded116 100644
|
||||
--- ui/gtk/gtk_ui.cc
|
||||
+++ ui/gtk/gtk_ui.cc
|
||||
@@ -26,6 +26,7 @@
|
||||
@@ -31,6 +31,7 @@
|
||||
#include "base/numerics/safe_conversions.h"
|
||||
#include "base/observer_list.h"
|
||||
#include "base/strings/string_split.h"
|
||||
@ -10,7 +10,7 @@ index ca2fc0b1b3fe9..7632f042bfe38 100644
|
||||
#include "chrome/browser/themes/theme_properties.h" // nogncheck
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
#include "third_party/skia/include/core/SkColor.h"
|
||||
@@ -244,10 +245,15 @@ bool GtkUi::Initialize() {
|
||||
@@ -249,10 +250,15 @@ bool GtkUi::Initialize() {
|
||||
};
|
||||
|
||||
GtkSettings* settings = gtk_settings_get_default();
|
||||
|
Reference in New Issue
Block a user