Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #169 from kenchris/screenorient
Browse files Browse the repository at this point in the history
Enable Blink Screen Orientation [Lock] for Android
  • Loading branch information
Kenneth Rohde Christiansen committed Jun 17, 2014
2 parents 1347ca7 + af63d34 commit f7a23f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/child/runtime_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f7a23f7

Please sign in to comment.