Index: content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java |
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java b/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java |
index c66d82ea65ae5e3f9aeefb6d8846fe1dacba36a4..a8424b0be78411695d429b94f7dbb04891b07629 100644 |
--- a/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java |
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java |
@@ -37,4 +37,10 @@ public interface ContentVideoViewClient { |
* If null is returned, the default video loading view is used. |
*/ |
public View getVideoLoadingProgressView(); |
+ |
+ /** |
+ * Sets the system ui visibility after entering or exiting fullscreen. |
+ * @param enterFullscreen True if video is going fullscreen, or false otherwise. |
+ */ |
+ public void setSystemUiVisibility(boolean enterFullscreen); |
} |