Chromium Code Reviews| Index: Source/core/rendering/RenderBlock.h |
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h |
| index 52fcaf64fa6bb433096b5b3576916483a220cd4d..b8e274ef7ac9c364dfe57ab90f7291d2e888cd5f 100644 |
| --- a/Source/core/rendering/RenderBlock.h |
| +++ b/Source/core/rendering/RenderBlock.h |
| @@ -568,6 +568,8 @@ protected: |
| virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE; |
| + virtual void computeOwnHitTestRects(Vector<IntRect>&, const LayoutPoint& layerOffset) const OVERRIDE; |
|
leviw_travelin_and_unemployed
2013/07/18 18:08:39
"Own" seems redundant to me.
Rick Byers
2013/07/18 19:58:52
I wanted to clearly differentiate it from the publ
leviw_travelin_and_unemployed
2013/07/18 20:21:48
I like computeSelfHitTestRects
Rick Byers
2013/07/18 22:20:32
Done.
|
| + |
| // Only used by RenderSVGText, which explicitly overrides RenderBlock::layoutBlock(), do NOT use for anything else. |
| void forceLayoutInlineChildren() |
| { |