| Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| index 208acecbb00a6348bbd43ed4345b3d12126c4f76..1c463b92010a5b045522be10289d7e8bf856fea4 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -345,7 +345,7 @@ void WebPagePopupImpl::setIsAcceleratedCompositingActive(bool enter)
|
| if (m_layerTreeView) {
|
| m_layerTreeView->setVisible(true);
|
| m_isAcceleratedCompositingActive = true;
|
| - m_layerTreeView->setDeviceScaleFactor(m_widgetClient->deviceScaleFactor());
|
| + m_layerTreeView->setDeviceScaleFactor(m_webView->deviceScaleFactor());
|
| } else {
|
| m_isAcceleratedCompositingActive = false;
|
| }
|
|
|