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

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: Fixed tests for mac Created 5 years, 10 months 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
« no previous file with comments | « Source/web/ChromeClientImpl.cpp ('k') | Source/web/DateTimeChooserImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ColorChooserPopupUIController.h
diff --git a/Source/web/ColorChooserPopupUIController.h b/Source/web/ColorChooserPopupUIController.h
index b0694b3178782a2b200c672d6dc2eb1dfc26fdc5..daf945c42edb0904a2710c4df0caa9b9f4bce1ad 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;
« no previous file with comments | « Source/web/ChromeClientImpl.cpp ('k') | Source/web/DateTimeChooserImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698