| 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 a5d554110d66e12bd47a7fca3ae9a8c3072b3130..e32f835e3eb8cab37b12f2103e7f9267187d4f24 100644
|
| --- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
|
| +++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
|
| @@ -40,7 +40,7 @@ class PrePaintTreeWalk {
|
| // Returns the clip applied to children for the given
|
| // contaiing block context + effect, in the space of ancestorState adjusted
|
| // by ancestorPaintOffset. Sets hasClip to true if a clip was applied.
|
| - ClipRect clipRectForContext(
|
| + FloatClipRect clipRectForContext(
|
| const PaintPropertyTreeBuilderContext::ContainingBlockContext&,
|
| const EffectPaintPropertyNode*,
|
| const PropertyTreeState& ancestorState,
|
|
|