| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 4ce6a4603857e9bbcf8c8323055597b27ba6c2ab..cfe3f76be00b4e4ab4afd031c6187ca70560ce55 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -372,6 +372,8 @@ public:
|
| // not take the user away from the current page.
|
| void didCommitLoad(bool isNewNavigation, bool isNavigationWithinPage);
|
|
|
| + void postLayoutResize(WebLocalFrameImpl* webframe);
|
| +
|
| // Indicates two things:
|
| // 1) This view may have a new layout now.
|
| // 2) Calling layout() is a no-op.
|
|
|