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

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

Issue 2140173004: [SPv2] FrameView::synchronizedPaint should apply root property nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised Created 4 years, 5 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.h
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
index 0234bbe91219cc2abb1009e6e1ddf595a220f9fc..118763fc8dd13dd5435b6930927c4b941c62e3c0 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -86,11 +86,6 @@ private:
static void updateSvgLocalToBorderBoxTransform(const LayoutObject&, PaintPropertyTreeBuilderContext&);
static void updateScrollTranslation(const LayoutObject&, PaintPropertyTreeBuilderContext&);
static void updateOutOfFlowContext(const LayoutObject&, PaintPropertyTreeBuilderContext&);
-
- // Holds references to root property nodes to keep them alive during tree walk.
- RefPtr<TransformPaintPropertyNode> transformRoot;
- RefPtr<ClipPaintPropertyNode> clipRoot;
- RefPtr<EffectPaintPropertyNode> effectRoot;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698