| Index: third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| index 54b44ad9895716dcb63022d5ff8732ee758197da..6c78b0fcfadc4f17b2aaf31e0f12907607396d37 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| @@ -776,9 +776,9 @@ TEST_F(WebPluginContainerTest, CompositedPluginSPv2) {
|
| static_cast<const CompositedPlugin*>(container->plugin());
|
|
|
| std::unique_ptr<PaintController> paintController = PaintController::create();
|
| - PropertyTreeState propertyTreeState(
|
| - TransformPaintPropertyNode::root(), ClipPaintPropertyNode::root(),
|
| - EffectPaintPropertyNode::root(), ScrollPaintPropertyNode::root());
|
| + PropertyTreeState propertyTreeState(TransformPaintPropertyNode::root(),
|
| + ClipPaintPropertyNode::root(),
|
| + EffectPaintPropertyNode::root());
|
| PaintChunkProperties properties(propertyTreeState);
|
|
|
| paintController->updateCurrentPaintChunkProperties(nullptr, properties);
|
|
|