| 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 e23b396ed39ec5f05e9595aa9fe9a14cb907a8ea..374d3e240f7031422db31348eeca295998b5d4de 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| @@ -90,6 +90,7 @@ private:
|
| static void updateScrollbarPaintOffset(const LayoutObject&, const PaintPropertyTreeBuilderContext&);
|
| static void updateMainThreadScrollingReasons(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
| static void updateOverflowClip(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
| + static void updateSvgRootViewportClip(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
| static void updatePerspective(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
| static void updateSvgLocalToBorderBoxTransform(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
| static void updateScrollAndScrollTranslation(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
|
|