WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
52918
DrawingAreaProxyImpl::paint should return the unpainted region
https://bugs.webkit.org/show_bug.cgi?id=52918
Summary
DrawingAreaProxyImpl::paint should return the unpainted region
Anders Carlsson
Reported
2011-01-21 14:02:51 PST
DrawingAreaProxyImpl::paint should return the unpainted region
Attachments
Patch
(4.30 KB, patch)
2011-01-21 14:04 PST
,
Anders Carlsson
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2011-01-21 14:04:07 PST
Created
attachment 79789
[details]
Patch
mitz
Comment 2
2011-01-21 14:06:23 PST
Comment on
attachment 79789
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=79789&action=review
> Source/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp:65 > + unpaintedRegion.subtract(IntRect(0, 0, m_backingStore->size().width(), m_backingStore->size().height()));
This is better written as IntRect(IntPoint(), m_backingStore.size())
Anders Carlsson
Comment 3
2011-01-21 14:09:24 PST
Committed
r76393
: <
http://trac.webkit.org/changeset/76393
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug