| 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 1bec1d9bf4cfd2242012e8d61cf061a423b10aab..88b7f0127e81e629468b821ec2e872c4b6e3d1bf 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| @@ -94,6 +94,8 @@ class PaintPropertyTreeBuilder {
|
| PaintPropertyTreeBuilderContext&);
|
| static void updateTransform(const LayoutObject&,
|
| PaintPropertyTreeBuilderContext&);
|
| + static void updateTransformForNonRootSVG(const LayoutObject&,
|
| + PaintPropertyTreeBuilderContext&);
|
| static void updateEffect(const LayoutObject&,
|
| PaintPropertyTreeBuilderContext&);
|
| static void updateCssClip(const LayoutObject&,
|
|
|