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..f9da54e7e6f8c6a5d66d6ff11c1803132ffcb9e6 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(bool is_fullscreen) = 0; |
#endif |
private: |