| Index: third_party/WebKit/Source/web/PopupMenuImpl.h
|
| diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.h b/third_party/WebKit/Source/web/PopupMenuImpl.h
|
| index 588d3f2d6a875e8d6acff37f9954e033136a561a..fd630b0339f78eb3b85583c1a565ee3407be9615 100644
|
| --- a/third_party/WebKit/Source/web/PopupMenuImpl.h
|
| +++ b/third_party/WebKit/Source/web/PopupMenuImpl.h
|
| @@ -38,7 +38,7 @@ private:
|
| void addElementStyle(ItemIterationContext&, HTMLElement&);
|
|
|
| // PopupMenu functions:
|
| - void show(const FloatQuad& controlPosition, const IntSize& controlSize, int index) override;
|
| + void show() override;
|
| void hide() override;
|
| void disconnectClient() override;
|
| void updateFromElement() override;
|
|
|