| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 2469ec2b5cd4cade33731296a6f568757e64698e..37063d7949e111401675c640f5634013ba9a6315 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -692,6 +692,10 @@ void RenderViewHostImpl::ActivateNearestFindResult(int request_id,
|
| void RenderViewHostImpl::RequestFindMatchRects(int current_version) {
|
| Send(new ViewMsg_FindMatchRects(GetRoutingID(), current_version));
|
| }
|
| +
|
| +void RenderViewHostImpl::FullscreenChanged() {
|
| + WasResized();
|
| +}
|
| #endif
|
|
|
| void RenderViewHostImpl::DragTargetDragEnter(
|
|
|