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 e57c20b436960a17981447eb7bb4813219c01b54..058c50a9319ce59c24030f4b0f9d1c8dfa9eaa72 100644 |
--- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h |
+++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h |
@@ -34,15 +34,13 @@ class PrePaintTreeWalk { |
const LayoutObject&, |
PrePaintTreeWalkContext&); |
- // Returns in |clipRect| the clip applied to children for the given |
- // contaiing block context + effect, in the space of ancestorState adjusted |
- // by ancestorPaintOffset. |
- ALWAYS_INLINE void ComputeClipRectForContext( |
+ // 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 EffectPaintPropertyNode*, |
const PropertyTreeState& ancestor_state, |
- const LayoutPoint& ancestor_paint_offset, |
- FloatClipRect&); |
+ const LayoutPoint& ancestor_paint_offset); |
bool ALWAYS_INLINE |
NeedsTreeBuilderContextUpdate(const FrameView&, |