Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1231)

Unified Diff: Source/web/PopupMenuTest.cpp

Issue 1025543002: Remove old pinch-zoom paths from Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/InspectorOverlayImpl.cpp ('k') | Source/web/WebFrameWidgetImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PopupMenuTest.cpp
diff --git a/Source/web/PopupMenuTest.cpp b/Source/web/PopupMenuTest.cpp
index 5cfc589f92582482aca7d5e57d683413147625d4..fe326281b550448a5b59eb414c35348c89711da7 100644
--- a/Source/web/PopupMenuTest.cpp
+++ b/Source/web/PopupMenuTest.cpp
@@ -187,11 +187,6 @@ private:
RefPtr<TestWebPopupMenuImpl> m_webPopupMenu;
};
-static void configureSettings(WebSettings* settings)
-{
- settings->setPinchVirtualViewportEnabled(true);
-}
-
class SelectPopupMenuTest : public testing::Test {
public:
SelectPopupMenuTest()
@@ -202,7 +197,7 @@ public:
protected:
virtual void SetUp()
{
- m_helper.initialize(false, 0, &m_webviewClient, configureSettings);
+ m_helper.initialize(false, 0, &m_webviewClient);
m_popupMenu = adoptRefWillBeNoop(new PopupMenuChromium(*mainFrame()->frame(), &m_popupMenuClient));
}
« no previous file with comments | « Source/web/InspectorOverlayImpl.cpp ('k') | Source/web/WebFrameWidgetImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698