| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index b30a686a401f27dff7d23f13afaaf407705d36fa..bc39c2109cfa541938c3ec94f21dd8ec292b134e 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 invalidateTreeAfterLayout(const RenderLayerModelObject& paintInvalidationContainer) OVERRIDE FINAL;
|
| +
|
| bool shouldRepaint(const LayoutRect&) const;
|
|
|
| bool rootFillsViewportBackground(RenderBox* rootBox) const;
|
|
|