| Index: third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| index d4c6a21057e35ccb8c9c99b96a6a6d4f84d1c24c..c667f6f4284737fc1bd1c8a1cbd48734e0eae36c 100644
|
| --- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| @@ -781,8 +781,8 @@ TEST_P(VisualViewportTest, TestAttachingNewFrameSetsInnerScrollLayerSize) {
|
| // Ensure the scroll layer matches the frame view's size.
|
| EXPECT_SIZE_EQ(FloatSize(320, 240), visual_viewport.ScrollLayer()->Size());
|
|
|
| - EXPECT_EQ(CompositorSubElementId::kViewport,
|
| - SubElementIdFromCompositorElementId(
|
| + EXPECT_EQ(CompositorElementIdNamespace::kViewport,
|
| + NamespaceFromCompositorElementId(
|
| visual_viewport.ScrollLayer()->GetElementId()));
|
|
|
| // Ensure the location and scale were reset.
|
|
|