| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index 0713ecee5c17038f133aa7dc76d63356d94d4a17..f9dcfdaf9510e277634a6ad197200242fe375b4e 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -624,6 +624,10 @@ float ChromeClientImpl::ClampPageScaleFactorToLimits(float scale) const {
|
| return web_view_->ClampPageScaleFactorToLimits(scale);
|
| }
|
|
|
| +void ChromeClientImpl::ResizeAfterLayout(LocalFrame* frame) const {
|
| + web_view_->ResizeAfterLayout(WebLocalFrameImpl::FromFrame(frame));
|
| +}
|
| +
|
| void ChromeClientImpl::LayoutUpdated(LocalFrame* frame) const {
|
| web_view_->LayoutUpdated(WebLocalFrameImpl::FromFrame(frame));
|
| }
|
|
|