| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
|
| index d4e3e50dc3d4806fa575d835e8eeac7f36cf5d29..b5087ac67a04668b91bed6601e7e977b96697c71 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
|
| @@ -924,7 +924,8 @@ TEST_P(CompositedLayerMappingTest,
|
|
|
| PaintLayer* layer =
|
| toLayoutBlock(getLayoutObjectByElementId("container"))->layer();
|
| - EXPECT_TRUE(layer->canPaintBackgroundOntoScrollingContentsLayer());
|
| + EXPECT_EQ(BackgroundPaintInScrollingContents,
|
| + layer->backgroundPaintLocation());
|
|
|
| // We currently don't use composited scrolling when the container has a
|
| // border-radius so even though we can paint the background onto the scrolling
|
|
|