Index: chrome/browser/renderer_host/render_view_host_delegate.h |
=================================================================== |
--- chrome/browser/renderer_host/render_view_host_delegate.h (revision 13128) |
+++ chrome/browser/renderer_host/render_view_host_delegate.h (working copy) |
@@ -245,6 +245,9 @@ |
bool errored, |
const SkBitmap& image) { } |
+ // The content's intrinsic width (prefWidth) changed. |
+ virtual void DidContentsPreferredWidthChange(const int pref_width) { } |
+ |
// The page wants to open a URL with the specified disposition. |
virtual void RequestOpenURL(const GURL& url, |
const GURL& referrer, |