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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp

Issue 2724083002: [SPv2] Decomposite otherwise-compositable animations that paint nothing. (Closed)
Patch Set: Clean up after initial review. Created 3 years, 9 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/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);
}

Powered by Google App Engine
This is Rietveld 408576698