| Index: third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp
|
| index 65934b857c16a104ba2455f4091e360983755d6c..2de0131bca0709a8bf6a7392c8c345092919af0d 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp
|
| @@ -22,7 +22,7 @@ struct PaintLayerPainterTestParam {
|
| };
|
|
|
| class PaintLayerPainterTest
|
| - : public testing::WithParamInterface<PaintLayerPainterTestParam>,
|
| + : public ::testing::WithParamInterface<PaintLayerPainterTestParam>,
|
| private ScopedRootLayerScrollingForTest,
|
| public PaintControllerPaintTestBase {
|
| USING_FAST_MALLOC(PaintLayerPainterTest);
|
|
|