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

Unified Diff: Source/web/ColorChooserPopupUIController.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/ColorChooserPopupUIController.h
diff --git a/Source/web/ColorChooserPopupUIController.h b/Source/web/ColorChooserPopupUIController.h
index b0694b3178782a2b200c672d6dc2eb1dfc26fdc5..eccab32e067a07ce6a29a0897911e7b8b104f618 100644
--- a/Source/web/ColorChooserPopupUIController.h
+++ b/Source/web/ColorChooserPopupUIController.h
@@ -56,6 +56,7 @@ public:
// 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