mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 132.0.6834.0
This commit is contained in:
@@ -54,21 +54,8 @@ index 09d80f2ba678d..5dbff44c280a1 100644
|
||||
public:
|
||||
explicit SyntheticGestureTargetBase(RenderWidgetHostImpl* host);
|
||||
|
||||
diff --git content/common/content_switches_internal.h content/common/content_switches_internal.h
|
||||
index 6af484f35f576..2462700b6d1fb 100644
|
||||
--- content/common/content_switches_internal.h
|
||||
+++ content/common/content_switches_internal.h
|
||||
@@ -15,7 +15,7 @@ class CommandLine;
|
||||
|
||||
namespace content {
|
||||
|
||||
-bool IsPinchToZoomEnabled();
|
||||
+CONTENT_EXPORT bool IsPinchToZoomEnabled();
|
||||
|
||||
blink::mojom::V8CacheOptions GetV8CacheOptions();
|
||||
|
||||
diff --git third_party/blink/renderer/controller/BUILD.gn third_party/blink/renderer/controller/BUILD.gn
|
||||
index 6ff75a6bb03e7..938113ef46a0d 100644
|
||||
index 624070f85e40b..2f0a5e6501f4d 100644
|
||||
--- third_party/blink/renderer/controller/BUILD.gn
|
||||
+++ third_party/blink/renderer/controller/BUILD.gn
|
||||
@@ -38,6 +38,7 @@ component("controller") {
|
||||
@@ -89,7 +76,7 @@ index 6ff75a6bb03e7..938113ef46a0d 100644
|
||||
|
||||
if (is_linux || is_chromeos) {
|
||||
diff --git ui/events/keycodes/BUILD.gn ui/events/keycodes/BUILD.gn
|
||||
index 9cdd599f0d739..23d1ff5cc30fc 100644
|
||||
index 4f4fbfb769cf8..a794da2d8343b 100644
|
||||
--- ui/events/keycodes/BUILD.gn
|
||||
+++ ui/events/keycodes/BUILD.gn
|
||||
@@ -19,6 +19,8 @@ source_set("xkb") {
|
||||
@@ -100,7 +87,7 @@ index 9cdd599f0d739..23d1ff5cc30fc 100644
|
||||
+
|
||||
deps = [
|
||||
"//base",
|
||||
"//build:chromeos_buildflags",
|
||||
"//ui/events:dom_keycode_converter",
|
||||
diff --git ui/events/keycodes/keyboard_code_conversion_xkb.h ui/events/keycodes/keyboard_code_conversion_xkb.h
|
||||
index 5693e3a1c4bc4..88c0cc6d59098 100644
|
||||
--- ui/events/keycodes/keyboard_code_conversion_xkb.h
|
||||
|
Reference in New Issue
Block a user