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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.h

Issue 618013003: Support fullscreen for non-video elements in the WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactorFullscreenNonMedia
Patch Set: Added comment and android ifdefs 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: content/browser/renderer_host/render_widget_host_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index 9978bf4ba5406603d3ce4a23d80bd6823806c053..cdba59fe164fd7c31cda38ca49074f7a91bf6e6c 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -258,6 +258,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
void SetTextSurroundingSelectionCallback(
const TextSurroundingSelectionCallback& callback);
+ void OnDidEnterFullscreen();
+ void OnDidExitFullscreen();
+
private:
// TouchSelectionControllerClient implementation.
virtual bool SupportsAnimation() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698