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

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

Issue 2641173008: [SPv2] Add CSS mask support (Closed)
Patch Set: Created 3 years, 11 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 8ef1afb12cbb6d70d42df934bb8f2342bd6fd862..dee34e0b7b2040a09b368d3f98b3dd91ea7cf830 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -122,6 +122,7 @@ class PaintPropertyTreeBuilder {
PaintPropertyTreeBuilderContext&);
static void updateTransformForNonRootSVG(const LayoutObject&,
PaintPropertyTreeBuilderContext&);
+ static void updateMask(const LayoutObject&, PaintPropertyTreeBuilderContext&);
static void updateEffect(const LayoutObject&,
PaintPropertyTreeBuilderContext&);
static void updateCssClip(const LayoutObject&,

Powered by Google App Engine
This is Rietveld 408576698