| 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..843cff54de7319e232164607a36b91d3e14d56d1 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() OVERRIDE;
|
| #endif
|
|
|
| void set_delegate(RenderViewHostDelegate* d) {
|
|
|