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

Unified Diff: content/public/browser/render_view_host.h

Issue 292573004: Don't use webmediaplayer to FullscreenController about fullscreen change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing the fullscreenchanged IPC 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/public/browser/render_view_host.h
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
index 559c0ef4c69de1b91464fa869ee3fbbaae38edf9..35dcc06269ed8e078f268887e2b5222c8e043fa4 100644
--- a/content/public/browser/render_view_host.h
+++ b/content/public/browser/render_view_host.h
@@ -223,6 +223,9 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost {
// Asks the renderer to send the rects of the current find matches.
virtual void RequestFindMatchRects(int current_version) = 0;
+
+ // The page has entered or exited a fullscreen state.
+ virtual void FullscreenChanged() = 0;
jam 2014/06/16 20:09:06 why add this method to RVH when all it does is cal
boliu 2014/06/16 20:12:45 I asked for it in the review because it made no se
jam 2014/06/16 22:44:16 I don't understand what you mean. This code adds a
qinmin 2014/06/16 23:16:18 Done. Reverting back to WasResized() now. On 2014
#endif
private:
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/renderer/media/android/webmediaplayer_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698