| 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 bc6be753e925e244f2665c86581023e0bd5268d1..4a8e756eef4a0d5a4130435d91ce055e62f6e788 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| @@ -126,6 +126,8 @@ class PaintPropertyTreeBuilder {
|
| PaintPropertyTreeBuilderContext&);
|
| ALWAYS_INLINE static void updateEffect(const LayoutObject&,
|
| PaintPropertyTreeBuilderContext&);
|
| + ALWAYS_INLINE static void updateFilter(const LayoutObject&,
|
| + PaintPropertyTreeBuilderContext&);
|
| ALWAYS_INLINE static void updateCssClip(const LayoutObject&,
|
| PaintPropertyTreeBuilderContext&);
|
| ALWAYS_INLINE static void updateLocalBorderBoxContext(
|
|
|