| 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 8ef1afb12cbb6d70d42df934bb8f2342bd6fd862..dee34e0b7b2040a09b368d3f98b3dd91ea7cf830 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| @@ -122,6 +122,7 @@ class PaintPropertyTreeBuilder {
|
| PaintPropertyTreeBuilderContext&);
|
| static void updateTransformForNonRootSVG(const LayoutObject&,
|
| PaintPropertyTreeBuilderContext&);
|
| + static void updateMask(const LayoutObject&, PaintPropertyTreeBuilderContext&);
|
| static void updateEffect(const LayoutObject&,
|
| PaintPropertyTreeBuilderContext&);
|
| static void updateCssClip(const LayoutObject&,
|
|
|