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

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

Issue 292573004: Don't use webmediaplayer to FullscreenController about fullscreen change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing boliu's comments Created 6 years, 6 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_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index fc7c9333ba45442df368814b5af605ff773e526f..88ae4d972b405a9a8814564501e26f2032920e32 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -217,6 +217,8 @@ class CONTENT_EXPORT RenderViewHostImpl
float x,
float y) OVERRIDE;
virtual void RequestFindMatchRects(int current_version) OVERRIDE;
+
+ virtual void FullscreenChanged(bool is_fullscreen) OVERRIDE;
boliu 2014/06/13 15:50:58 If you pass is_fullscreen in here, then you don't
qinmin 2014/06/13 16:40:17 ok, removed the fullscreen changed IPC On 2014/06
#endif
void set_delegate(RenderViewHostDelegate* d) {
« no previous file with comments | « content/browser/media/android/browser_media_player_manager.cc ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698