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

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

Issue 2506353002: Incrementally build main thread scrolling reasons [spv2] (Closed)
Patch Set: Cleanup comments Created 4 years, 1 month 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/GeometryMapperTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
index f40c28eb6cb7792919661eaf07f43a4d26a1bd03..553496984faf839ee8acd0b4a39c592f24fa7993 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
@@ -50,8 +50,9 @@ class GeometryMapperTest : public ::testing::Test {
rootEffectNode = EffectPaintPropertyNode::create(
nullptr, rootTransformNode, rootClipNode, CompositorFilterOperations(),
1.0);
- rootScrollNode = ScrollPaintPropertyNode::create(
- nullptr, rootTransformNode, IntSize(), IntSize(), false, false);
+ rootScrollNode =
+ ScrollPaintPropertyNode::create(nullptr, rootTransformNode, IntSize(),
+ IntSize(), false, false, false, false);
geometryMapper = makeUnique<GeometryMapper>();
}

Powered by Google App Engine
This is Rietveld 408576698