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

Unified Diff: Source/web/WebRuntimeFeatures.cpp

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/WebRuntimeFeatures.cpp
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
index 6e6cb4389ce99f64abc2de4f819ba097cfaee47f..f0847824aea10a5f1509e9319260ff4e5955b174 100644
--- a/Source/web/WebRuntimeFeatures.cpp
+++ b/Source/web/WebRuntimeFeatures.cpp
@@ -318,4 +318,9 @@ void WebRuntimeFeatures::enableReducedReferrerGranularity(bool enable)
RuntimeEnabledFeatures::setReducedReferrerGranularityEnabled(enable);
}
+void WebRuntimeFeatures::enableHTMLPopupMenu(bool enable)
+{
+ RuntimeEnabledFeatures::setHTMLPopupMenuEnabled(enable);
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698