Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index 30390f15b3f1d229184ded6e00d1aaf0711869e9..6109158ada209410d5ef33ff95e355ac25e02945 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -395,9 +395,6 @@ public: |
// The frame's document finished the initial non-empty layout of a page. |
virtual void didFirstVisuallyNonEmptyLayout(WebLocalFrame*) { } |
- // The size of the content area changed. |
- virtual void didChangeContentsSize(WebLocalFrame*, const WebSize&) { } |
- |
// The main frame scrolled. |
virtual void didChangeScrollOffset(WebLocalFrame*) { } |