Bug 76283 - Rename GraphicsContext* argument in various RenderLayer methods
Summary: Rename GraphicsContext* argument in various RenderLayer methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 10:02 PST by Simon Fraser (smfr)
Modified: 2012-01-13 11:45 PST (History)
1 user (show)

See Also:


Attachments
Patch (19.31 KB, patch)
2012-01-13 10:04 PST, Simon Fraser (smfr)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2012-01-13 10:02:55 PST
Rename GraphicsContext* argument to various RenderLayer methods
Comment 1 Simon Fraser (smfr) 2012-01-13 10:04:09 PST
Created attachment 122446 [details]
Patch
Comment 2 James Robinson 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?
Comment 3 Simon Fraser (smfr) 2012-01-13 11:45:38 PST
http://trac.webkit.org/changeset/104966