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

Unified Diff: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h

Issue 2575663002: RootLayerScrolling: Fix PaintControllerPaintTestForSlimmingPaintV2 (Closed)
Patch Set: rebase Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
diff --git a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
index 8cda2f5ee807a3c14631565e20cfa53f712491ea..050195eb228a382391b6f8e9ee85c6edf3f8f94d 100644
--- a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
+++ b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
@@ -88,10 +88,13 @@ class PaintControllerPaintTest : public PaintControllerPaintTestBase {
};
class PaintControllerPaintTestForSlimmingPaintV2
- : public PaintControllerPaintTestBase {
+ : public PaintControllerPaintTestBase,
+ public testing::WithParamInterface<bool>,
+ private ScopedRootLayerScrollingForTest {
public:
PaintControllerPaintTestForSlimmingPaintV2()
- : PaintControllerPaintTestBase(true) {}
+ : PaintControllerPaintTestBase(true),
+ ScopedRootLayerScrollingForTest(GetParam()) {}
};
class PaintControllerPaintTestForSlimmingPaintV1AndV2
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698