Index: Source/core/rendering/RenderBox.h |
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h |
index d546a06a66bc5e72f18b50919096123a69aa30e0..2889c88bcc14bf7858a8b93dd1c4b073ef4e2e4a 100644 |
--- a/Source/core/rendering/RenderBox.h |
+++ b/Source/core/rendering/RenderBox.h |
@@ -193,7 +193,6 @@ public: |
LayoutRect computedCSSContentBoxRect() const { return LayoutRect(borderLeft() + computedCSSPaddingLeft(), borderTop() + computedCSSPaddingTop(), clientWidth() - computedCSSPaddingLeft() - computedCSSPaddingRight(), clientHeight() - computedCSSPaddingTop() - computedCSSPaddingBottom()); } |
// Bounds of the outline box in absolute coords. Respects transforms |
leviw_travelin_and_unemployed
2014/03/25 04:40:58
You missed the comment :)
Julien - ping for review
2014/03/25 21:52:34
Done.
|
- virtual LayoutRect outlineBoundsForRepaint(const RenderLayerModelObject* /*repaintContainer*/, const RenderGeometryMap*) const OVERRIDE FINAL; |
virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE; |
// Use this with caution! No type checking is done! |