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

Unified Diff: third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp

Issue 2657863004: Move scroll paint property nodes to be owned by the transform tree (Closed)
Patch Set: Rebase & remove parens Created 3 years, 11 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/core/animation/CompositorAnimationsTest.cpp
diff --git a/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp b/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
index 49796352811f809f68b59d3852e4e5acf987aaed..40110221515dbb81ec03197e3e16bc20d6b238fd 100644
--- a/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
+++ b/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
@@ -1259,8 +1259,8 @@ namespace {
void updateDummyTransformNode(ObjectPaintProperties& properties,
CompositingReasons reasons) {
properties.updateTransform(TransformPaintPropertyNode::root(),
- TransformationMatrix(), FloatPoint3D(), nullptr,
- false, 0, reasons);
+ TransformationMatrix(), FloatPoint3D(), false, 0,
+ reasons);
}
void updateDummyEffectNode(ObjectPaintProperties& properties,

Powered by Google App Engine
This is Rietveld 408576698