Chromium Code Reviews| 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: |