DescriptionRename PrioritizedIOBuffer to FlipIOBuffer, refactor it into
its own file, and have it carry a FlipStream pointer.
The PrioritizedIOBuffer was more generic, but after we queued IO,
we couldn't track which stream should be notified about the IO
completion. Having it carry the FlipStream pointer will enable
IO tracking, but with a FlipStream pointer, it is really specific
to Flip, so I renamed to FlipIOBuffer. I could have kept a generic
(void*) pointer (or used a template), but that seemed unnecessary
in this case.
This CL just changes the refactoring. Will remove the
PrioritizedIOBuffer next.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30514
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #
Total comments: 16
Patch Set 4 : '' #
Created: 11 years, 1 month ago
Messages
Total messages: 4 (0 generated)
|