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

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

Issue 2724083002: [SPv2] Decomposite otherwise-compositable animations that paint nothing. (Closed)
Patch Set: Update expectations. Created 3 years, 8 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 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);
}

Powered by Google App Engine
This is Rietveld 408576698