Bug 80279

Summary: Improve comments in the tiled backing store
Product: WebKit Reporter: Alexander Færøy <ahf>
Component: WebKit QtAssignee: Alexander Færøy <ahf>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, kenneth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch hausmann: review+

Description Alexander Færøy 2012-03-05 06:42:46 PST
SSIA.
Comment 1 Alexander Færøy 2012-03-05 06:48:16 PST
Created attachment 130118 [details]
Patch
Comment 2 Simon Hausmann 2012-03-05 06:51:00 PST
Comment on attachment 130118 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=130118&action=review

> Source/WebCore/platform/graphics/TiledBackingStore.cpp:293
> +    // Paint the content of the newly created tiles or resized tiles.

One could also argue that the comment is redundant compared to the if () that is pretty easy to read :)
Comment 3 Alexander Færøy 2012-03-05 06:55:33 PST
Committed r109739: <http://trac.webkit.org/changeset/109739>