Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(951)

Unified Diff: Source/core/rendering/RenderObject.h

Issue 288013005: Handle transformed descendants when drawing focus rings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix inline-block under inline Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698