Bug 71520 - Use convertToRootView(IntPoint()) instead of m_frameRectInWindowCoordinates.location() where possible
Summary: Use convertToRootView(IntPoint()) instead of m_frameRectInWindowCoordinates.l...
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-03 16:44 PDT by Anders Carlsson
Modified: 2011-11-03 17:13 PDT (History)
0 users

See Also:


Attachments
Patch (4.66 KB, patch)
2011-11-03 16:46 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff
Patch (6.14 KB, patch)
2011-11-03 16:47 PDT, Anders Carlsson
no flags 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-11-03 16:44:00 PDT
Use convertToRootView(IntPoint()) instead of m_frameRectInWindowCoordinates.location() where possible
Comment 1 Anders Carlsson 2011-11-03 16:46:08 PDT
Created attachment 113579 [details]
Patch
Comment 2 Anders Carlsson 2011-11-03 16:47:33 PDT
Created attachment 113580 [details]
Patch
Comment 3 Anders Carlsson 2011-11-03 17:13:59 PDT
Committed r99249: <http://trac.webkit.org/changeset/99249>