| Index: third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| index 0d4787ec947134bb20e84452e0e4ef041d6fdfc2..33408fac31c9ae5c8c294eb6c985aa81b914c834 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| @@ -17,6 +17,8 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include <memory>
|
|
|
| +#if 0
|
| +
|
| namespace blink {
|
|
|
| class PaintControllerTestBase : public testing::Test {
|
| @@ -1441,3 +1443,4 @@ TEST_F(PaintControllerUnderInvalidationTest, FoldCompositingDrawingInSubsequence
|
| #endif // DCHECK_IS_ON() && defined(GTEST_HAS_DEATH_TEST) && !OS(ANDROID)
|
|
|
| } // namespace blink
|
| +#endif
|
|
|