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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 2810583002: SELECT popup: Make OPTIONs taller for touchscreen. (Closed)
Patch Set: . Created 3 years, 8 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 | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index 6eb50790ad0c0ea0a3035e70c515ceeb73fe8ad9..d93a026ef2792fe7219a2f97d5564b819d830df5 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -82,6 +82,7 @@ class WebRuntimeFeatures {
BLINK_EXPORT static void EnableFastMobileScrolling(bool);
BLINK_EXPORT static void EnableFeaturePolicy(bool);
BLINK_EXPORT static void EnableFileSystem(bool);
+ BLINK_EXPORT static void EnableForceTallerSelectPopup(bool);
BLINK_EXPORT static void EnableGamepadExtensions(bool);
BLINK_EXPORT static void EnableGenericSensor(bool);
BLINK_EXPORT static void EnableHeapCompaction(bool);
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698