mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 81.0.4044.92
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
|
||||
|
||||
{
|
||||
'chromium_checkout': 'refs/tags/81.0.4044.34',
|
||||
'chromium_checkout': 'refs/tags/81.0.4044.92',
|
||||
'depot_tools_checkout': 'ec2a6ce270'
|
||||
}
|
||||
|
@@ -787,7 +787,7 @@ index 73533fba5b15..42859c57dcd7 100644
|
||||
const GLenum target = GL_TEXTURE_2D;
|
||||
const GLuint service_id =
|
||||
diff --git media/muxers/webm_muxer.h media/muxers/webm_muxer.h
|
||||
index a53a3e0e3803..7ca35c681c35 100644
|
||||
index 0d9b8c6de789..d78badac69b2 100644
|
||||
--- media/muxers/webm_muxer.h
|
||||
+++ media/muxers/webm_muxer.h
|
||||
@@ -13,6 +13,7 @@
|
||||
|
@@ -1,5 +1,5 @@
|
||||
diff --git chrome/browser/chrome_content_browser_client.cc chrome/browser/chrome_content_browser_client.cc
|
||||
index 769422feb85c..1805baad312b 100644
|
||||
index 094a0560e6ec..38b35f4153f5 100644
|
||||
--- chrome/browser/chrome_content_browser_client.cc
|
||||
+++ chrome/browser/chrome_content_browser_client.cc
|
||||
@@ -1028,10 +1028,6 @@ void LaunchURL(const GURL& url,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
diff --git content/browser/web_contents/web_contents_impl.cc content/browser/web_contents/web_contents_impl.cc
|
||||
index 4e6457e56ed5..d2a5437fc043 100644
|
||||
index 9507ac2f76d7..39c4210688ec 100644
|
||||
--- content/browser/web_contents/web_contents_impl.cc
|
||||
+++ content/browser/web_contents/web_contents_impl.cc
|
||||
@@ -2085,15 +2085,22 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) {
|
||||
@@ -49,7 +49,7 @@ index 4e6457e56ed5..d2a5437fc043 100644
|
||||
// If |is_new_browsing_instance| is true, defer routing_id allocation
|
||||
// to the WebContentsImpl::Create() call. This is required because with
|
||||
// a new browsing instance, WebContentsImpl::Create() may elect a different
|
||||
@@ -6329,6 +6345,9 @@ void WebContentsImpl::SetFocusedFrame(FrameTreeNode* node,
|
||||
@@ -6332,6 +6348,9 @@ void WebContentsImpl::SetFocusedFrame(FrameTreeNode* node,
|
||||
// This is an outermost WebContents.
|
||||
SetAsFocusedWebContentsIfNecessary();
|
||||
}
|
||||
@@ -73,7 +73,7 @@ index 2e133afb8da8..e9a88a6bb96b 100644
|
||||
|
||||
WebContents::CreateParams::CreateParams(const CreateParams& other) = default;
|
||||
diff --git content/public/browser/web_contents.h content/public/browser/web_contents.h
|
||||
index 40e1e940f87b..e08b16c26327 100644
|
||||
index 3e467bccf696..507108fbd330 100644
|
||||
--- content/public/browser/web_contents.h
|
||||
+++ content/public/browser/web_contents.h
|
||||
@@ -79,9 +79,11 @@ class BrowserPluginGuestDelegate;
|
||||
|
Reference in New Issue
Block a user