| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index 508c4fbf0d00b5a1777f9889e57939bb87af3195..f8bf0927032122249ad8c1a8c0e8778adacc60d4 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -207,10 +207,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
| // Returns true if the renderer is loading, false if not.
|
| virtual bool IsLoading() const = 0;
|
|
|
| - // Called to notify the RenderWidget that the resize rect has changed without
|
| - // the size of the RenderWidget itself changing.
|
| - virtual void ResizeRectChanged(const gfx::Rect& new_rect) = 0;
|
| -
|
| // Restart the active hang monitor timeout. Clears all existing timeouts and
|
| // starts with a new one. This can be because the renderer has become
|
| // active, the tab is being hidden, or the user has chosen to wait some more
|
|
|