| 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 8c500f927727ec6969496a7dea1eb857e2c97e22..0234bbe91219cc2abb1009e6e1ddf595a220f9fc 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| @@ -83,7 +83,7 @@ private:
|
| static void updateScrollbarPaintOffset(const LayoutObject&, const PaintPropertyTreeBuilderContext&);
|
| static void updateOverflowClip(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
| static void updatePerspective(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
| - static void updateSvgLocalTransform(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
| + static void updateSvgLocalToBorderBoxTransform(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
| static void updateScrollTranslation(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
| static void updateOutOfFlowContext(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
|
|
|
|