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

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

Issue 2641173008: [SPv2] Add CSS mask support (Closed)
Patch Set: rebase 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 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(

Powered by Google App Engine
This is Rietveld 408576698