Update to Chromium version 57.0.2987.74

This commit is contained in:
Marshall Greenblatt
2017-03-01 17:14:04 -05:00
parent 1952835be8
commit 7b07b058a8
14 changed files with 54 additions and 54 deletions

View File

@@ -12,7 +12,7 @@ index 11d980e..a87fb7e 100644
DCHECK(RuntimeEnabledFeatures::pagePopupEnabled());
diff --git Source/web/WebViewImpl.cpp Source/web/WebViewImpl.cpp
index 24a1fbf..b51ca5f 100644
index 2476a72..ee13747 100644
--- Source/web/WebViewImpl.cpp
+++ Source/web/WebViewImpl.cpp
@@ -358,6 +358,7 @@ WebViewImpl::WebViewImpl(WebViewClient* client,
@@ -23,7 +23,7 @@ index 24a1fbf..b51ca5f 100644
m_compositorDeviceScaleFactorOverride(0),
m_suppressNextKeypressEvent(false),
m_imeAcceptEvents(true),
@@ -3704,8 +3705,13 @@ void WebViewImpl::mainFrameScrollOffsetChanged() {
@@ -3695,8 +3696,13 @@ void WebViewImpl::mainFrameScrollOffsetChanged() {
m_devToolsEmulator->mainFrameScrollOrScaleChanged();
}