| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| index e4f46effb89462b8189ee9a9e6ce96943116c8b5..a9e96782afc83276a9b49f90eeb3f4b939f32e5f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| @@ -75,6 +75,8 @@ static bool updateContentClip(
|
|
|
| static CompositorElementId createDomNodeBasedCompositorElementId(
|
| const LayoutObject& object) {
|
| + // TODO(wkorman): Centralize this implementation with similar across
|
| + // animation, scrolling and compositing logic.
|
| return createCompositorElementId(DOMNodeIds::idForNode(object.node()),
|
| CompositorSubElementId::Primary);
|
| }
|
|
|