| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index 765b9edf86536a78239766be7fc9af05214c8eb2..4df9464c012697fe2d82e9fd3889bb559e51c65a 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -156,6 +156,7 @@ public:
|
|
|
| void pushLayoutState(LayoutState&);
|
| void popLayoutState();
|
| + virtual void invalidateTreeIfNeeded(const PaintInvalidationState&) OVERRIDE FINAL;
|
|
|
| private:
|
| virtual void mapLocalToContainer(const RenderLayerModelObject* paintInvalidationContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0, const PaintInvalidationState* = 0) const OVERRIDE;
|
| @@ -163,7 +164,6 @@ private:
|
| virtual void mapAbsoluteToLocalPoint(MapCoordinatesFlags, TransformState&) const OVERRIDE;
|
| virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE;
|
|
|
| - virtual void invalidateTreeIfNeeded(const PaintInvalidationState&) OVERRIDE FINAL;
|
|
|
| bool shouldInvalidatePaint(const LayoutRect&) const;
|
|
|
|
|