| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index 143d41560cb28b864952cceaf7f88888683b6ea6..257e4c198cca8a1f0b9b5c8bdbbdd5d07ee33bfc 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -170,11 +170,8 @@ private:
|
| virtual void mapAbsoluteToLocalPoint(MapCoordinatesFlags, TransformState&) const OVERRIDE;
|
| virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE;
|
|
|
| -
|
| bool shouldInvalidatePaint(const LayoutRect&) const;
|
|
|
| - bool rootFillsViewportBackground(RenderBox* rootBox) const;
|
| -
|
| void layoutContent();
|
| #if ENABLE(ASSERT)
|
| void checkLayoutState();
|
|
|