Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java

Issue 836063003: Add a method to set system UI visibility for ContentVideoView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix TODO Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698