WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
64009
[chromium] Add compositor texture manager soft limits and lost focus reclaiming
https://bugs.webkit.org/show_bug.cgi?id=64009
Summary
[chromium] Add compositor texture manager soft limits and lost focus reclaiming
Adrienne Walker
Reported
2011-07-06 11:28:35 PDT
[chromium] Add compositor texture manager soft limits and lost focus reclaiming
Attachments
Patch
(12.57 KB, patch)
2011-07-06 11:33 PDT
,
Adrienne Walker
jamesr
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Adrienne Walker
Comment 1
2011-07-06 11:33:24 PDT
Created
attachment 99855
[details]
Patch
James Robinson
Comment 2
2011-07-06 13:27:07 PDT
Comment on
attachment 99855
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=99855&action=review
Looks good.
> Source/WebCore/platform/graphics/chromium/TextureManager.h:66 > + bool reduceMemoryToLimit(size_t);
the return value is never used, can you change it to be void?
Adrienne Walker
Comment 3
2011-07-06 13:34:34 PDT
(In reply to
comment #2
)
> (From update of
attachment 99855
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=99855&action=review
>
> > Source/WebCore/platform/graphics/chromium/TextureManager.h:66 > > + bool reduceMemoryToLimit(size_t); > > the return value is never used, can you change it to be void?
Good catch. Can do.
Adrienne Walker
Comment 4
2011-07-06 15:33:36 PDT
Committed
r90505
: <
http://trac.webkit.org/changeset/90505
>
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