Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp

Issue 2219523004: CL for perf tryjob on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698