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 f3a9112b84dedebdb160ab14e90f64b7e923db4c..a1e7a9f699102c8bfbd4057a8f81d50c1e611ab5 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h |
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h |
@@ -81,8 +81,6 @@ struct PaintPropertyTreeBuilderContext { |
// output clip of child effects that don't have a hard clip. |
const ClipPaintPropertyNode* inputClipOfCurrentEffect = nullptr; |
- bool isUnderMultiColumnSpanner = false; |
- |
// True if a change has forced all properties in a subtree to be updated. This |
// can be set due to paint offset changes or when the structure of the |
// property tree changes (i.e., a node is added or removed). |