Update to Chromium revision c03558c9 (#326273)

This commit is contained in:
Marshall Greenblatt
2015-04-23 13:03:42 +03:00
parent aeb35d2f36
commit faafdd2cd7
28 changed files with 154 additions and 103 deletions

View File

@@ -1,8 +1,8 @@
diff --git Source/web/ChromeClientImpl.cpp Source/web/ChromeClientImpl.cpp
index 606a744..4003e49 100644
index b47a0c6..1c59701 100644
--- Source/web/ChromeClientImpl.cpp
+++ Source/web/ChromeClientImpl.cpp
@@ -775,7 +775,7 @@ bool ChromeClientImpl::hasOpenedPopup() const
@@ -754,7 +754,7 @@ bool ChromeClientImpl::hasOpenedPopup() const
PassRefPtrWillBeRawPtr<PopupMenu> ChromeClientImpl::createPopupMenu(LocalFrame& frame, PopupMenuClient* client)
{
@@ -12,10 +12,10 @@ index 606a744..4003e49 100644
if (RuntimeEnabledFeatures::htmlPopupMenuEnabled() && RuntimeEnabledFeatures::pagePopupEnabled())
diff --git Source/web/WebViewImpl.cpp Source/web/WebViewImpl.cpp
index aa9c0c5..9f14208 100644
index ee49268..ce794e9 100644
--- Source/web/WebViewImpl.cpp
+++ Source/web/WebViewImpl.cpp
@@ -396,6 +396,7 @@ WebViewImpl::WebViewImpl(WebViewClient* client)
@@ -394,6 +394,7 @@ WebViewImpl::WebViewImpl(WebViewClient* client)
, m_fakePageScaleAnimationPageScaleFactor(0)
, m_fakePageScaleAnimationUseAnchor(false)
, m_contextMenuAllowed(false)
@@ -23,7 +23,7 @@ index aa9c0c5..9f14208 100644
, m_doingDragAndDrop(false)
, m_ignoreInputEvents(false)
, m_compositorDeviceScaleFactorOverride(0)
@@ -4036,9 +4037,14 @@ void WebViewImpl::pageScaleFactorChanged()
@@ -4006,9 +4007,14 @@ void WebViewImpl::pageScaleFactorChanged()
m_client->pageScaleFactorChanged();
}
@@ -40,10 +40,10 @@ index aa9c0c5..9f14208 100644
void WebViewImpl::startDragging(LocalFrame* frame,
diff --git Source/web/WebViewImpl.h Source/web/WebViewImpl.h
index cf3f40e..f6acc16 100644
index 285d824..765a2dd 100644
--- Source/web/WebViewImpl.h
+++ Source/web/WebViewImpl.h
@@ -394,7 +394,8 @@ public:
@@ -391,7 +391,8 @@ public:
// Returns true if popup menus should be rendered by the browser, false if
// they should be rendered by WebKit (which is the default).
@@ -53,7 +53,7 @@ index cf3f40e..f6acc16 100644
bool contextMenuAllowed() const
{
@@ -688,6 +689,8 @@ private:
@@ -685,6 +686,8 @@ private:
bool m_contextMenuAllowed;
@@ -63,10 +63,10 @@ index cf3f40e..f6acc16 100644
bool m_ignoreInputEvents;
diff --git public/web/WebView.h public/web/WebView.h
index a7e9f99..f671362 100644
index be2c85b..1e0057e 100644
--- public/web/WebView.h
+++ public/web/WebView.h
@@ -403,6 +403,7 @@ public:
@@ -395,6 +395,7 @@ public:
// Sets whether select popup menus should be rendered by the browser.
BLINK_EXPORT static void setUseExternalPopupMenus(bool);