Add API to allow plugins to lock their orientation in full-screen
This CL has companion changes in the framework and webkit.
bug: 3398386
Change-Id: Iea198ae6b74c68506e605ca8c401f199e2455416
diff --git a/src/com/android/browser/UI.java b/src/com/android/browser/UI.java
index 22851f1..a6356a3 100644
--- a/src/com/android/browser/UI.java
+++ b/src/com/android/browser/UI.java
@@ -81,7 +81,8 @@
public void hideComboView();
- public void showCustomView(View view, CustomViewCallback callback);
+ public void showCustomView(View view, int requestedOrientation,
+ CustomViewCallback callback);
public void onHideCustomView();