Chromium Code Reviews| Index: Source/core/rendering/RenderView.h |
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h |
| index 737ba9f474bdbd73b7e6d37921caddb0eb1a5247..fb576e7b878636670f05368ef52573ce6b20541b 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; |
|
jamesr
2013/05/29 04:59:47
this should be OVERRIDE FINAL, right?
|
| + |
| 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; |