Bug 53935 - Rename some drawing area related member functions
Summary: Rename some drawing area related member functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-07 12:50 PST by Anders Carlsson
Modified: 2011-02-07 12:57 PST (History)
0 users

See Also:


Attachments
Patch (5.60 KB, patch)
2011-02-07 12:50 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (5.59 KB, patch)
2011-02-07 12:53 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-02-07 12:50:10 PST
Rename some drawing area related member functions
Comment 1 Anders Carlsson 2011-02-07 12:50:27 PST
Created attachment 81507 [details]
Patch
Comment 2 mitz 2011-02-07 12:53:32 PST
Comment on attachment 81507 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/DrawingAreaImpl.cpp:78
> +        m_layerTreeHost->setNonCompositedContentsNeedsDisplay(rect);

Too many s
Comment 3 Anders Carlsson 2011-02-07 12:53:37 PST
Created attachment 81508 [details]
Patch
Comment 4 Anders Carlsson 2011-02-07 12:57:46 PST
Committed r77837: <http://trac.webkit.org/changeset/77837>