From af63d346525804c774e75bd5c82af8e5e1529e5d Mon Sep 17 00:00:00 2001 From: Kenneth Rohde Christiansen Date: Tue, 17 Jun 2014 13:18:20 +0200 Subject: [PATCH] Enable Blink Screen Orientation [Lock] for Android --- content/child/runtime_features.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc index c1e74d17538f9..5431e62c0275a 100644 --- a/content/child/runtime_features.cc +++ b/content/child/runtime_features.cc @@ -44,6 +44,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() { // Android does not yet support NavigatorContentUtils. WebRuntimeFeatures::enableNavigatorContentUtils(false); WebRuntimeFeatures::enableTouchIconLoading(true); + WebRuntimeFeatures::enableScreenOrientation(true); WebRuntimeFeatures::enableOrientationEvent(true); #else WebRuntimeFeatures::enableNavigatorContentUtils(true);