| Index: Source/core/frame/LocalFrame.cpp
|
| diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
|
| index 76bedf73a0151d3b19aaf80ac893cdad320c284a..decc41130ed258bdb88bd8927bbf1c23c1400c10 100644
|
| --- a/Source/core/frame/LocalFrame.cpp
|
| +++ b/Source/core/frame/LocalFrame.cpp
|
| @@ -146,9 +146,6 @@ void LocalFrame::setView(PassRefPtrWillBeRawPtr<FrameView> view)
|
| eventHandler().clear();
|
|
|
| m_view = view;
|
| -
|
| - if (m_view && isMainFrame() && !settings()->pinchVirtualViewportEnabled())
|
| - m_view->setVisibleContentScaleFactor(page()->pageScaleFactor());
|
| }
|
|
|
| void LocalFrame::createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent,
|
|
|