Update to Chromium version 41.0.2272.104
This commit is contained in:
parent
a8ab9ad4c1
commit
0b795eed10
|
@ -7,5 +7,5 @@
|
|||
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
|
||||
|
||||
{
|
||||
'chromium_checkout': 'refs/tags/41.0.2272.76',
|
||||
'chromium_checkout': 'refs/tags/41.0.2272.104',
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ index 91cf3f9..6bd6fd0 100644
|
|||
|
||||
return adoptRefWillBeNoop(new PopupMenuChromium(frame, client));
|
||||
diff --git Source/web/WebViewImpl.cpp Source/web/WebViewImpl.cpp
|
||||
index c073bea..1f1cfe2 100644
|
||||
index 51d04a4..150537d 100644
|
||||
--- Source/web/WebViewImpl.cpp
|
||||
+++ Source/web/WebViewImpl.cpp
|
||||
@@ -380,6 +380,7 @@ WebViewImpl::WebViewImpl(WebViewClient* client)
|
||||
|
@ -23,7 +23,7 @@ index c073bea..1f1cfe2 100644
|
|||
, m_doingDragAndDrop(false)
|
||||
, m_ignoreInputEvents(false)
|
||||
, m_compositorDeviceScaleFactorOverride(0)
|
||||
@@ -3975,9 +3976,14 @@ void WebViewImpl::deviceOrPageScaleFactorChanged()
|
||||
@@ -3970,9 +3971,14 @@ void WebViewImpl::deviceOrPageScaleFactorChanged()
|
||||
m_page->inspectorController().deviceOrPageScaleFactorChanged();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue