| 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
|
|
|