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

Unified Diff: content/renderer/render_view_impl.h

Issue 789533002: Fullscreen: make fullscreen requests come from RenderFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update webcontentsdelegateandroid Created 6 years 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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 23b1a0a9984ebd76711d135eabb6c3650e164c6a..e25a11282792f3fe87e1f14aa18c6c41ad7d5d25 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -338,8 +338,6 @@ class CONTENT_EXPORT RenderViewImpl
virtual void didBlur();
virtual void show(blink::WebNavigationPolicy policy);
virtual void runModal();
- virtual bool enterFullScreen();
- virtual void exitFullScreen();
virtual bool requestPointerLock();
virtual void requestPointerUnlock();
virtual bool isPointerLocked();

Powered by Google App Engine
This is Rietveld 408576698