| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index 737ba9f474bdbd73b7e6d37921caddb0eb1a5247..3b93e29bdc6aff7e0bd2e6cf5346ff626d20a9bc 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -196,6 +196,8 @@ public:
|
|
|
| virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE;
|
|
|
| + virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE FINAL;
|
| +
|
| protected:
|
| virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE;
|
| virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
|
|
|