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+
Andrey Kosyakov
Comment 1 2012-04-12 17:56:13 PDT
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
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.