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

Unified Diff: android_webview/native/aw_web_contents_delegate.h

Issue 652673002: NOT FOR REVIEW: Modify ToggleFullscreenMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fixPowerBlockerNonMedia
Patch Set: Rebase Created 6 years, 2 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
Index: android_webview/native/aw_web_contents_delegate.h
diff --git a/android_webview/native/aw_web_contents_delegate.h b/android_webview/native/aw_web_contents_delegate.h
index f45d3128acdb29cef8c6885057550c54d36dc2c3..09f4f6a87d65775115dced67411a1dda134ee4fe 100644
--- a/android_webview/native/aw_web_contents_delegate.h
+++ b/android_webview/native/aw_web_contents_delegate.h
@@ -54,7 +54,8 @@ class AwWebContentsDelegate
const content::MediaStreamRequest& request,
const content::MediaResponseCallback& callback) override;
virtual void ToggleFullscreenModeForTab(content::WebContents* web_contents,
- bool enter_fullscreen) override;
+ bool enter_fullscreen,
+ bool is_video) override;
virtual bool IsFullscreenForTabOrPending(
const content::WebContents* web_contents) const override;

Powered by Google App Engine
This is Rietveld 408576698