DescriptionImprove performance of dragged tab renderering.
Do as much as possible server side.
I suspect the main factors that made our previous implementation slow were blitting from client to server, several unnecessary copies of the entire image, and doing an in-memory rgba->bgra swap.
Now, even in debug mode with a 30" chrome window, the performance is very fast.
BUG=16257, 15869
TEST=drag a tab out of the tabstrip, with and without compositing
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20333
Patch Set 1 #Patch Set 2 : style fix #Patch Set 3 : synced #
Total comments: 3
Patch Set 4 : '' #
Messages
Total messages: 12 (0 generated)
|