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

Unified Diff: third_party/WebKit/Source/web/ExternalPopupMenu.h

Issue 1613783003: Revert of Remove unused arguments of blink::PopupMenu::show(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « third_party/WebKit/Source/platform/PopupMenu.h ('k') | third_party/WebKit/Source/web/ExternalPopupMenu.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/ExternalPopupMenu.h
diff --git a/third_party/WebKit/Source/web/ExternalPopupMenu.h b/third_party/WebKit/Source/web/ExternalPopupMenu.h
index 4dda6d4f2f81ab1fb3e85eb47710a7cc0780b769..e892ee2f4a9403a546cbccc2b7c4abb4264c203b 100644
--- a/third_party/WebKit/Source/web/ExternalPopupMenu.h
+++ b/third_party/WebKit/Source/web/ExternalPopupMenu.h
@@ -39,7 +39,9 @@
namespace blink {
+class FloatQuad;
class HTMLSelectElement;
+class IntSize;
class LocalFrame;
class WebExternalPopupMenu;
class WebMouseEvent;
@@ -65,7 +67,7 @@
private:
// PopupMenu methods:
- void show() override;
+ void show(const FloatQuad& controlPosition, const IntSize&, int index) override;
void hide() override;
void updateFromElement() override;
void disconnectClient() override;
« no previous file with comments | « third_party/WebKit/Source/platform/PopupMenu.h ('k') | third_party/WebKit/Source/web/ExternalPopupMenu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698