RESOLVED FIXED 76283
Rename GraphicsContext* argument in various RenderLayer methods
https://bugs.webkit.org/show_bug.cgi?id=76283
Summary Rename GraphicsContext* argument in various RenderLayer methods
Simon Fraser (smfr)
Reported 2012-01-13 10:02:55 PST
Rename GraphicsContext* argument to various RenderLayer methods
Attachments
Patch (19.31 KB, patch)
2012-01-13 10:04 PST, Simon Fraser (smfr)
andersca: review+
Simon Fraser (smfr)
Comment 1 2012-01-13 10:04:09 PST
James Robinson
Comment 2 2012-01-13 10:14:53 PST
Comment on attachment 122446 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=122446&action=review R=me > Source/WebCore/ChangeLog:3 > + Rename GraphicsContext* argument to various RenderLayer methods i think you meant to say "to context in various" > Source/WebCore/rendering/RenderLayer.cpp:2586 > +void RenderLayer::paint(GraphicsContext* context, const LayoutRect& damageRect, PaintBehavior paintBehavior, RenderObject *paintingRoot, mind moving the * next to RenderObject instead of paintingRoot while you're in here?
Simon Fraser (smfr)
Comment 3 2012-01-13 11:45:38 PST
Note You need to log in before you can comment on or make changes to this bug.