| Index: third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| diff --git a/third_party/WebKit/Source/web/DevToolsEmulator.cpp b/third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| index 9f2c93f05aae8d6fb1e17d6e84e46ef54097a9d2..83c90346f44daede4eb39459b62284d241088f6f 100644
|
| --- a/third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| +++ b/third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| @@ -428,7 +428,7 @@ void DevToolsEmulator::updateRootLayerTransform() {
|
| // viewport override.
|
| applyViewportOverride(&transform);
|
| applyDeviceEmulationTransform(&transform);
|
| - m_webViewImpl->setRootLayerTransform(transform);
|
| + m_webViewImpl->setDeviceEmulationTransform(transform);
|
| }
|
|
|
| WTF::Optional<IntRect> DevToolsEmulator::visibleContentRectForPainting() const {
|
|
|