WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 83837
[chromium][refactoring] merge CCSingleThreadProxy::{commitIfNeeded,doComposite} into commitAndComposite()
https://bugs.webkit.org/show_bug.cgi?id=83837
Summary
[chromium][refactoring] merge CCSingleThreadProxy::{commitIfNeeded,doComposit...
Andrey Kosyakov
Reported
2012-04-12 17:51:08 PDT
Both call sites of commitIfNeeded() used to call doComposite() immediately in case commitIfNeeded() returned true. Having these two merged into a single method will keep things slightly more compact and will simplify instrumentation of the code -- we'd like to report them together to the instrumentation layer.
Attachments
Patch
(3.25 KB, patch)
2012-04-12 17:56 PDT
,
Andrey Kosyakov
jamesr
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andrey Kosyakov
Comment 1
2012-04-12 17:56:13 PDT
Created
attachment 137003
[details]
Patch
James Robinson
Comment 2
2012-04-12 17:59:45 PDT
Comment on
attachment 137003
[details]
Patch Ooh, that is nice. R=me
Andrey Kosyakov
Comment 3
2012-04-12 18:08:38 PDT
Committed
r114063
: <
http://trac.webkit.org/changeset/114063
>
Nat Duca
Comment 4
2012-04-12 20:01:33 PDT
Coolies. Nice one.
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