Chromium Code Reviews| Index: Source/core/rendering/RenderObject.h |
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
| index 83a96106c1aea6c0db23c03709a674db9cf26431..d96b4076ecccb452bd13242e647711b37e8a4c98 100644 |
| --- a/Source/core/rendering/RenderObject.h |
| +++ b/Source/core/rendering/RenderObject.h |
| @@ -1053,6 +1053,7 @@ protected: |
| void paintFocusRing(PaintInfo&, const LayoutPoint&, RenderStyle*); |
| void paintOutline(PaintInfo&, const LayoutRect&); |
| void addPDFURLRect(GraphicsContext*, const LayoutRect&); |
| + void addChildrenFocusRingRects(Vector<IntRect>&, const LayoutPoint& /* additionalOffset */, const RenderLayerModelObject* /* paintContainer */); |
|
pdr.
2014/05/29 21:22:44
Nit: addChildFocusRingRects
esprehn
2014/05/29 21:37:06
Don't comment out argument names. Put them in the
Xianzhu
2014/05/29 22:12:31
Done.
Xianzhu
2014/05/29 22:12:31
Done.
|
| virtual LayoutRect viewRect() const; |