Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
index e66bff56f60c0e225c0a5f97d49b7c9d6557a39b..8fd5296c9d90e48b9a7048d028a12901b8f26433 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -103,6 +103,7 @@ class WEB_EXPORT WebLocalFrameImpl final |
WebRect VisibleContentRect() const override; |
bool HasHorizontalScrollbar() const override; |
bool HasVerticalScrollbar() const override; |
+ void Collapse(bool) override; |
WebView* View() const override; |
WebDocument GetDocument() const override; |
WebPerformance Performance() const override; |