| Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| index 44392ef991f7d9ac0b76c241b5414ef6a7514b0f..e23f724fd66b9dc1fe27ced0fbe04ea68bfd66f3 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -1029,7 +1029,7 @@ TEST_P(ParameterizedWebFrameTest, DeviceScaleFactorUsesDefaultWithoutViewportTag
|
| webViewHelper.webView()->resize(WebSize(viewportWidth, viewportHeight));
|
| webViewHelper.webView()->updateAllLifecyclePhases();
|
|
|
| - EXPECT_EQ(2, webViewHelper.webView()->deviceScaleFactor());
|
| + EXPECT_EQ(2, webViewHelper.webViewImpl()->page()->deviceScaleFactor());
|
|
|
| // Device scale factor should be independent of page scale.
|
| webViewHelper.webView()->setDefaultPageScaleLimits(1, 2);
|
|
|