| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index d439b84be1b5234a4f3d8cbfe570f444989d9fd4..8d4baa0590cfa7be8792cedb13972672de401515 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -209,6 +209,8 @@ private:
|
| virtual void mapAbsoluteToLocalPoint(MapCoordinatesFlags, TransformState&) const OVERRIDE;
|
| virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE;
|
|
|
| + virtual void repaintTreeAfterLayout(const RenderLayerModelObject& repaintContainer) OVERRIDE FINAL;
|
| +
|
| bool shouldRepaint(const LayoutRect&) const;
|
|
|
| bool rootFillsViewportBackground(RenderBox* rootBox) const;
|
|
|