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

Unified Diff: Source/web/DateTimeChooserImpl.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/DateTimeChooserImpl.h
diff --git a/Source/web/DateTimeChooserImpl.h b/Source/web/DateTimeChooserImpl.h
index 83eb256fa86b567364ffd032647fd89825055299..90c2b6bb67f27237894d9346251d1569a7e56842 100644
--- a/Source/web/DateTimeChooserImpl.h
+++ b/Source/web/DateTimeChooserImpl.h
@@ -55,6 +55,7 @@ private:
// PagePopupClient functions:
virtual IntSize contentSize() override;
virtual void writeDocument(SharedBuffer*) override;
+ virtual void didWriteDocument(Document*) override { }
virtual Locale& locale() override;
virtual void setValueAndClosePopup(int, const String&) override;
virtual void setValue(const String&) override;

Powered by Google App Engine
This is Rietveld 408576698