| Index: third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| index 4e63d42aada33764a4e78120c18ac53e8f213c8f..0796e54496f0db7dc37131ff2afe4c9895c5381a 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| @@ -40,7 +40,7 @@ class PaintLayerClipperTest : public ::testing::WithParamInterface<bool>,
|
|
|
| INSTANTIATE_TEST_CASE_P(All,
|
| PaintLayerClipperTest,
|
| - ::testing::ValuesIn({false, true}));
|
| + ::testing::ValuesIn(std::vector<bool>{false, true}));
|
|
|
| TEST_P(PaintLayerClipperTest, LayoutSVGRoot) {
|
| setBodyInnerHTML(
|
|
|