mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 81.0.4044.0 (#737173)
This commit is contained in:
@ -20,7 +20,7 @@ index 544ed223ac8e..490330c87453 100644
|
||||
bool is_navigation,
|
||||
bool is_download,
|
||||
diff --git content/browser/renderer_host/input/synthetic_gesture_target_base.h content/browser/renderer_host/input/synthetic_gesture_target_base.h
|
||||
index 33a2d55e47ac..1700b3df2468 100644
|
||||
index a1f57138a24f..f6dd542ab89e 100644
|
||||
--- content/browser/renderer_host/input/synthetic_gesture_target_base.h
|
||||
+++ content/browser/renderer_host/input/synthetic_gesture_target_base.h
|
||||
@@ -8,6 +8,7 @@
|
||||
@ -28,10 +28,10 @@ index 33a2d55e47ac..1700b3df2468 100644
|
||||
#include "base/time/time.h"
|
||||
#include "content/browser/renderer_host/input/synthetic_gesture_target.h"
|
||||
+#include "content/common/content_export.h"
|
||||
#include "ui/gfx/geometry/point_f.h"
|
||||
|
||||
namespace ui {
|
||||
class LatencyInfo;
|
||||
@@ -24,7 +25,8 @@ namespace content {
|
||||
@@ -25,7 +26,8 @@ namespace content {
|
||||
|
||||
class RenderWidgetHostImpl;
|
||||
|
||||
@ -55,7 +55,7 @@ index 886bdf0edf8f..1d714000cce5 100644
|
||||
blink::mojom::V8CacheOptions GetV8CacheOptions();
|
||||
|
||||
diff --git third_party/blink/renderer/controller/BUILD.gn third_party/blink/renderer/controller/BUILD.gn
|
||||
index afb225949027..d0647753af2b 100644
|
||||
index ea7f0d6dbdac..d586c2900861 100644
|
||||
--- third_party/blink/renderer/controller/BUILD.gn
|
||||
+++ third_party/blink/renderer/controller/BUILD.gn
|
||||
@@ -25,6 +25,7 @@ jumbo_component("controller") {
|
||||
@ -74,14 +74,14 @@ index afb225949027..d0647753af2b 100644
|
||||
+ "//cef/libcef/renderer/blink_glue.h",
|
||||
]
|
||||
|
||||
if (is_android) {
|
||||
if (is_linux) {
|
||||
diff --git ui/events/keycodes/BUILD.gn ui/events/keycodes/BUILD.gn
|
||||
index 97e5fd499c81..8508a8fbcc8e 100644
|
||||
index 772d0ef90e03..7d6d9aaf8014 100644
|
||||
--- ui/events/keycodes/BUILD.gn
|
||||
+++ ui/events/keycodes/BUILD.gn
|
||||
@@ -18,6 +18,8 @@ jumbo_source_set("xkb") {
|
||||
"//ui/base:buildflags",
|
||||
]
|
||||
@@ -16,6 +16,8 @@ jumbo_source_set("xkb") {
|
||||
|
||||
public_deps = [ "//ui/base:buildflags" ]
|
||||
|
||||
+ defines = [ "KEYCODES_X_IMPLEMENTATION" ]
|
||||
+
|
||||
|
Reference in New Issue
Block a user