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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContentViewClient.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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/fullscreen/ChromeFullscreenManager.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java b/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
index 93ae5dd18570244509db28e223967337462d8863..0a7b1b9ff1fc01db5550db93f1e116f7a93c87e0 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
@@ -85,6 +85,10 @@ public class AwContentViewClient extends ContentViewClient implements ContentVid
return mAwContentsClient.getVideoLoadingProgressView();
}
+ @Override
+ public void setSystemUiVisibility(boolean enterFullscreen) {
+ }
+
/**
* Called to show the web contents in fullscreen mode.
*
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/fullscreen/ChromeFullscreenManager.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698