Index: content/public/browser/web_contents_observer.h |
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h |
index d98127808eb0bf5273ae40ab052105fa8a249b9b..348341509961aec01a4557f385cc6e3d3b7175ba 100644 |
--- a/content/public/browser/web_contents_observer.h |
+++ b/content/public/browser/web_contents_observer.h |
@@ -264,7 +264,7 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener, |
virtual void WasHidden() {} |
// Invoked when the main frame changes size. |
- virtual void MainFrameWasResized() {} |
+ virtual void MainFrameWasResized(bool width_changed) {} |
// This methods is invoked when the title of the WebContents is set. If the |
// title was explicitly set, |explicit_set| is true, otherwise the title was |