Index: third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h |
diff --git a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h |
index 058c50a9319ce59c24030f4b0f9d1c8dfa9eaa72..4e6e9893d6ea7ae5f42a8c24e88a269a6ffc2717 100644 |
--- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h |
+++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h |
@@ -37,7 +37,7 @@ class PrePaintTreeWalk { |
// Returns the clip applied to children for the given containing block context |
// + effect, in the space of ancestorState adjusted by ancestorPaintOffset. |
ALWAYS_INLINE LayoutRect ComputeClipRectForContext( |
- const PaintPropertyTreeBuilderContext::ContainingBlockContext&, |
+ const PaintPropertyTreeBuilderFragmentContext::ContainingBlockContext&, |
const EffectPaintPropertyNode*, |
const PropertyTreeState& ancestor_state, |
const LayoutPoint& ancestor_paint_offset); |