Bug 80279 - Improve comments in the tiled backing store
Summary: Improve comments in the tiled backing store
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexander Færøy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 06:42 PST by Alexander Færøy
Modified: 2012-03-05 06:55 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.46 KB, patch)
2012-03-05 06:48 PST, Alexander Færøy
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>