From 2d4f1e2553dee6bce5a12162ff6d4459babe2512 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Wed, 1 Jun 2011 14:50:42 -0400 Subject: 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 --- src/com/android/browser/UI.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/com/android/browser/UI.java') diff --git a/src/com/android/browser/UI.java b/src/com/android/browser/UI.java index 22851f1a4..a6356a365 100644 --- a/src/com/android/browser/UI.java +++ b/src/com/android/browser/UI.java @@ -81,7 +81,8 @@ public interface UI { public void hideComboView(); - public void showCustomView(View view, CustomViewCallback callback); + public void showCustomView(View view, int requestedOrientation, + CustomViewCallback callback); public void onHideCustomView(); -- cgit v1.2.3