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

Unified Diff: third_party/WebKit/Source/platform/PopupMenu.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
Index: third_party/WebKit/Source/platform/PopupMenu.h
diff --git a/third_party/WebKit/Source/platform/PopupMenu.h b/third_party/WebKit/Source/platform/PopupMenu.h
index fecb7fe95005f12dc3db9929cd45be21c67ff03e..f3e5715ff11a6f7ad0ac3319fd9685b3679b60f7 100644
--- a/third_party/WebKit/Source/platform/PopupMenu.h
+++ b/third_party/WebKit/Source/platform/PopupMenu.h
@@ -27,11 +27,14 @@
namespace blink {
+class FloatQuad;
+class IntSize;
+
class PopupMenu : public RefCountedWillBeGarbageCollectedFinalized<PopupMenu> {
public:
virtual ~PopupMenu() { }
DEFINE_INLINE_VIRTUAL_TRACE() { }
- virtual void show() = 0;
+ virtual void show(const FloatQuad& controlPosition, const IntSize& controlSize, int index) = 0;
virtual void hide() = 0;
virtual void updateFromElement() = 0;
virtual void disconnectClient() = 0;
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.cpp ('k') | third_party/WebKit/Source/web/ExternalPopupMenu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698