Index: third_party/WebKit/Source/core/paint/PaintLayer.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h |
index cd8aafcf228d073031d7a74791bea64647b14dc8..3760462cab33586c0a4dc37698f1246533bbd2d3 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h |
@@ -569,7 +569,8 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient { |
} |
CompositorFilterOperations createCompositorFilterOperationsForFilter( |
- const ComputedStyle&); |
+ const ComputedStyle&, |
+ FilterOperations* = nullptr); |
CompositorFilterOperations createCompositorFilterOperationsForBackdropFilter( |
const ComputedStyle&); |
bool paintsWithFilters() const; |