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

Unified Diff: Source/web/WebPagePopupImpl.h

Issue 736883002: Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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: Source/web/WebPagePopupImpl.h
diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
index a09ccd2209b118a26b3cf2f3d252a51fdd3d0367..a50667c39e0a31a7d86e6f3de0c7b6676a4dd8e6 100644
--- a/Source/web/WebPagePopupImpl.h
+++ b/Source/web/WebPagePopupImpl.h
@@ -67,6 +67,7 @@ public:
LocalDOMWindow* window();
virtual void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) override;
virtual WebPoint positionRelativeToOwner() override;
+ virtual void postMessage(const String& message) override;
private:
// WebWidget functions

Powered by Google App Engine
This is Rietveld 408576698