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

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: Removed verbose comment 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 b1750fdc21c3c5e64be76f35384f0f8b64520559..e4f5a37a590eba43c331c357fdfc2e9846bc2bfa 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -271,6 +271,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