Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 5352e56163c6e25bf3ea655e7b4012d3988d348b..b8d13317b1c02d3e4295b86160af13539368633f 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -43,6 +43,7 @@ |
// Android does not yet support NavigatorContentUtils. |
WebRuntimeFeatures::enableNavigatorContentUtils(false); |
WebRuntimeFeatures::enableTouchIconLoading(true); |
+ WebRuntimeFeatures::enableOrientationEvent(true); |
#else |
WebRuntimeFeatures::enableNavigatorContentUtils(true); |
#endif // defined(OS_ANDROID) |