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

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

Issue 2495973002: [SPv2] Add filter support in PaintArtifactCompositor (Closed)
Patch Set: Created 4 years, 1 month 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 8ea21046fb142872b87ef82e3612b4b483d084a6..1c8004ebd7fc13a934efb5632e0a3adfc26b4b65 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -70,6 +70,7 @@ struct PaintPropertyTreeBuilderContext {
// Therefore, we don't need extra bookkeeping for effect nodes and can
// generate the effect tree from a DOM-order traversal.
const EffectPaintPropertyNode* currentEffect = nullptr;
+ const ClipPaintPropertyNode* inputClipOfCurrentEffect = nullptr;
pdr. 2016/11/14 19:25:07 Nit: clipForCurrentEffect? Can you add a 2 sentenc
trchen 2016/11/23 04:47:18 Done.
bool isUnderMultiColumnSpanner = false;
};

Powered by Google App Engine
This is Rietveld 408576698