| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 327354bd83d341b342b9499089a4dd05918878ce..f6599efdace8beda1d712b6dd147b80f67824972 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -3087,7 +3087,7 @@ IntSize WebViewImpl::mainFrameSize() {
|
| }
|
|
|
| PageScaleConstraintsSet& WebViewImpl::pageScaleConstraintsSet() const {
|
| - return page()->frameHost().pageScaleConstraintsSet();
|
| + return page()->pageScaleConstraintsSet();
|
| }
|
|
|
| void WebViewImpl::refreshPageScaleFactorAfterLayout() {
|
|
|