| 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 247d41b8d2ed7c8bd5f7a7da7f2b0150a73e79a3..213cca5c2e8a7199ccecc830c86b9c98125070bb 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| @@ -73,6 +73,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);
|
| }
|
|
|