summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/web/PopupMenuImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/PopupMenuImpl.h')
-rw-r--r--chromium/third_party/WebKit/Source/web/PopupMenuImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/web/PopupMenuImpl.h b/chromium/third_party/WebKit/Source/web/PopupMenuImpl.h
index 9ed6b1381c6..fe630f9dc90 100644
--- a/chromium/third_party/WebKit/Source/web/PopupMenuImpl.h
+++ b/chromium/third_party/WebKit/Source/web/PopupMenuImpl.h
@@ -41,7 +41,7 @@ private:
void show() override;
void hide() override;
void disconnectClient() override;
- void updateFromElement() override;
+ void updateFromElement(UpdateReason) override;
// PagePopupClient functions:
void writeDocument(SharedBuffer*) override;