X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=content%2Fchild%2Fruntime_features.cc;h=ef52962f6a24dd155666ea90fc5bb6f397614967;hb=99fcb1aae5c3ee629975ccbf4109ee45923e609b;hp=42ba66da9a40e4b894e6424c37b0b0dce168aced;hpb=ea47a8f698065c0338f980af8264525e6c48901e;p=platform%2Fframework%2Fweb%2Fchromium-efl.git diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc index 42ba66d..ef52962 100644 --- a/content/child/runtime_features.cc +++ b/content/child/runtime_features.cc @@ -119,8 +119,10 @@ void SetRuntimeFeatureDefaultsForPlatform( #if BUILDFLAG(IS_EFL) // No plan to support complex UI for date/time INPUT types. - WebRuntimeFeatures::EnableInputMultipleFieldsUI(false); - + if (!base::CommandLine::ForCurrentProcess()->HasSwitch( + blink::switches::kUseInternalPopupMenu)) { + WebRuntimeFeatures::EnableInputMultipleFieldsUI(false); + } // Small accelerated 2d canvas has tct issues, which are known in // upstream version also. WebRuntimeFeatures::EnableAcceleratedSmallCanvases(false);