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

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

Issue 2641173008: [SPv2] Add CSS mask support (Closed)
Patch Set: update layout test expectation && add unit tests Created 3 years, 10 months 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/PaintPropertyTreeBuilder.h
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
index c4386dc28f16417b15beb3c673e7f263c47a8098..31d1a6ba4b333671cfab2f956e03d8a193cf3310 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(

Powered by Google App Engine
This is Rietveld 408576698