Index: third_party/WebKit/Source/web/PopupMenuImpl.cpp |
diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.cpp b/third_party/WebKit/Source/web/PopupMenuImpl.cpp |
index 169f522ae19a2b52387c0ff5e80321bc7ef35d51..dc76843fc821f3267bedc33fc361ea9564a2a390 100644 |
--- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp |
+++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp |
@@ -472,7 +472,7 @@ void PopupMenuImpl::dispose() |
m_chromeClient->closePagePopup(m_popup); |
} |
-void PopupMenuImpl::show(const FloatQuad& /*controlPosition*/, const IntSize& /*controlSize*/, int /*index*/) |
+void PopupMenuImpl::show() |
{ |
ASSERT(!m_popup); |
m_popup = m_chromeClient->openPagePopup(this); |