| Index: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp
|
| index 861bc87882da27ffeb8d8effece54325ef023634..853b8bc435b46aa9f9bfbff398568c48dc11403a 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#if 0
|
| +
|
| #include "core/paint/PaintControllerPaintTest.h"
|
|
|
| #include "core/layout/LayoutText.h"
|
| @@ -118,3 +120,4 @@ TEST_F(PaintControllerPaintTestForSlimmingPaintV2, CompositingFold)
|
|
|
|
|
| } // namespace blink
|
| +#endif
|
|
|