Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(651)

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayer.h

Issue 2556013002: Fix paint property under-invalidation checking about reference filters (Closed)
Patch Set: - Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698