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

Unified Diff: content/renderer/render_view_impl.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
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 1b4d323388d920a4b08e655dfe1aec5d47bc680b..e517062d587aa0280ab1ba55ad5022e0d0e0f317 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -355,8 +355,8 @@ class CONTENT_EXPORT RenderViewImpl
virtual void didBlur();
virtual void show(blink::WebNavigationPolicy policy);
virtual void runModal();
- virtual bool enterFullScreen();
- virtual void exitFullScreen();
+ virtual bool enterFullScreen(bool is_video);
+ virtual void exitFullScreen(bool is_video);
virtual bool requestPointerLock();
virtual void requestPointerUnlock();
virtual bool isPointerLocked();
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698