Bug 80919 - [chromium] Use tileRect instead of pointer derefs
Summary: [chromium] Use tileRect instead of pointer derefs
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: Dana Jansens
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-12 18:12 PDT by Dana Jansens
Modified: 2012-03-12 20:33 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.24 KB, patch)
2012-03-12 18:13 PDT, Dana Jansens
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dana Jansens 2012-03-12 18:12:26 PDT
[chromium] Use tileRect instead of pointer derefs
Comment 1 Dana Jansens 2012-03-12 18:13:03 PDT
Created attachment 131479 [details]
Patch
Comment 2 Dana Jansens 2012-03-12 18:14:44 PDT
tileRect is an alias for quad->quadVisibleRect() used throughout the LRC::drawTileQuad() method, except on these 4 lines.
Comment 3 Adrienne Walker 2012-03-12 19:47:02 PDT
Comment on attachment 131479 [details]
Patch

Sure.  Seems more consistent.
Comment 4 WebKit Review Bot 2012-03-12 20:33:45 PDT
Comment on attachment 131479 [details]
Patch

Clearing flags on attachment: 131479

Committed r110534: <http://trac.webkit.org/changeset/110534>
Comment 5 WebKit Review Bot 2012-03-12 20:33:49 PDT
All reviewed patches have been landed.  Closing bug.